#62A50A

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

Shades of Christi #62A50A

Tints of Christi #62A50A

Color information

#62A50A (or 0x62A50A) is unknown color: approx Christi. HEX triplet: 62, A5 and 0A. RGB value is (98,165,10). Sum of RGB (Red+Green+Blue) = 98+165+10=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 165 (64.84% from 255 or 60.44% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 165 - color contains mainly: green. Hex color #62A50A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62A50A is #9D5AF5. Grayscale: #7F7F7F. Windows color (decimal): -10312438 or 697698. OLE color: 697698.

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

Color convert

RGB9816510-
CMYK0.4100.940.35
HSL85.94º88.57%34.31%-
HSV(B)85.94º93.94%64.71%-
XYZ18.5529.535.01-
YUV127.361.8107.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.90%
GREEN value IS 165 (64.84% from 255) = 60.44%
BLUE value IS 10 (4.30% from 255) = 3.66%
R=35.90%
G=60.44%
B=3.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98165100.4100.940.3585.9488.5734.31
Hex62A5A2905E23565922
Octal142245125101364312613142
Binary11000101010010110101010010101111010001110101101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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