#62A714

Color #62A714 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #62A714

Tints of Christi #62A714

Color information

#62A714 (or 0x62A714) is unknown color: approx Christi. HEX triplet: 62, A7 and 14. RGB value is (98,167,20). Sum of RGB (Red+Green+Blue) = 98+167+20=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 167 (65.62% from 255 or 58.60% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 167 - color contains mainly: green. Hex color #62A714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62A714 is #9D58EB. Grayscale: #828282. Windows color (decimal): -10311916 or 1353570. OLE color: 1353570.

HSL color Cylindrical-coordinate representation of color #62A714: hue angle of 88.16º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62A714 is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB9816720-
CMYK0.4100.880.35
HSL88.16º78.61%36.67%-
HSV(B)88.16º88.02%65.49%-
XYZ18.9830.285.51-
YUV129.6166.14105.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 34.39%
GREEN value IS 167 (65.62% from 255) = 58.60%
BLUE value IS 20 (8.20% from 255) = 7.02%
R=34.39%
G=58.60%
B=7.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98167200.4100.880.3588.1678.6136.67
Hex62A7142905823584f25
Octal142247245101304313011745
Binary110001010100111101001010010101100010001110110001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A714; }

 p { color: rgb(98,167,20); }

 H1.HeaderClassName
 {
   color: #62A714;
 }
 .AnyTagClassName
 {
   color: #62A714;
 }
</style>
background-color css

<style>
 a { background-color: #62A714; }

 a { background-color: rgb(98,167,20); }

 div.DivClassName
 {
   background-color: #62A714;
 }
 .BgClassName
 {
   background-color: #62A714;
 }
</style>
border-color css

<style>
 span { border-color: #62A714; }

 span { border-color: rgb(98,167,20); }

 td.TdClassName
 {
   border-color: #62A714;
 }
 .TagClassName
 {
   border-color: #62A714;
 }
</style>