#62A512

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

Shades of Christi #62A512

Tints of Christi #62A512

Color information

#62A512 (or 0x62A512) is unknown color: approx Christi. HEX triplet: 62, A5 and 12. RGB value is (98,165,18). Sum of RGB (Red+Green+Blue) = 98+165+18=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 165 (64.84% from 255 or 58.72% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 165 - color contains mainly: green. Hex color #62A512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62A512 is #9D5AED. Grayscale: #808080. Windows color (decimal): -10312430 or 1221986. OLE color: 1221986.

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

Color convert

RGB9816518-
CMYK0.4100.890.35
HSL87.35º80.33%35.88%-
HSV(B)87.35º89.09%64.71%-
XYZ18.629.555.3-
YUV128.2165.8106.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.88%
GREEN value IS 165 (64.84% from 255) = 58.72%
BLUE value IS 18 (7.42% from 255) = 6.41%
R=34.88%
G=58.72%
B=6.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98165180.4100.890.3587.3580.3335.88
Hex62A5122905923575024
Octal142245225101314312712044
Binary110001010100101100101010010101100110001110101111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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