#629C0D

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

Shades of Christi #629C0D

Tints of Christi #629C0D

Color information

#629C0D (or 0x629C0D) is unknown color: approx Christi. HEX triplet: 62, 9C and 0D. RGB value is (98,156,13). Sum of RGB (Red+Green+Blue) = 98+156+13=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 156 (61.33% from 255 or 58.43% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 156 - color contains mainly: green. Hex color #629C0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629C0D is #9D63F2. Grayscale: #7A7A7A. Windows color (decimal): -10314739 or 892002. OLE color: 892002.

HSL color Cylindrical-coordinate representation of color #629C0D: hue angle of 84.34º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #629C0D is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB9815613-
CMYK0.3700.920.39
HSL84.34º84.62%33.14%-
HSV(B)84.34º91.67%61.18%-
XYZ1726.44.58-
YUV122.3666.28110.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.70%
GREEN value IS 156 (61.33% from 255) = 58.43%
BLUE value IS 13 (5.47% from 255) = 4.87%
R=36.70%
G=58.43%
B=4.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98156130.3700.920.3984.3484.6233.14
Hex629CD2505C27545521
Octal142234154501344712412541
Binary11000101001110011011001010101110010011110101001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629C0D; }

 p { color: rgb(98,156,13); }

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

<style>
 a { background-color: #629C0D; }

 a { background-color: rgb(98,156,13); }

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

<style>
 span { border-color: #629C0D; }

 span { border-color: rgb(98,156,13); }

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