#62A514

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

Shades of Christi #62A514

Tints of Christi #62A514

Color information

#62A514 (or 0x62A514) is unknown color: approx Christi. HEX triplet: 62, A5 and 14. RGB value is (98,165,20). Sum of RGB (Red+Green+Blue) = 98+165+20=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 165 (64.84% from 255 or 58.30% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 165 - color contains mainly: green. Hex color #62A514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62A514 is #9D5AEB. Grayscale: #808080. Windows color (decimal): -10312428 or 1353058. OLE color: 1353058.

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

Color convert

RGB9816520-
CMYK0.4100.880.35
HSL87.72º78.38%36.27%-
HSV(B)87.72º87.88%64.71%-
XYZ18.6229.565.39-
YUV128.4466.8106.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.63%
GREEN value IS 165 (64.84% from 255) = 58.30%
BLUE value IS 20 (8.20% from 255) = 7.07%
R=34.63%
G=58.30%
B=7.07%

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
Decimal98165200.4100.880.3587.7278.3836.27
Hex62A5142905823584e24
Octal142245245101304313011644
Binary110001010100101101001010010101100010001110110001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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