#609D0D

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

Shades of Christi #609D0D

Tints of Christi #609D0D

Color information

#609D0D (or 0x609D0D) is unknown color: approx Christi. HEX triplet: 60, 9D and 0D. RGB value is (96,157,13). Sum of RGB (Red+Green+Blue) = 96+157+13=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 157 (61.72% from 255 or 59.02% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 157 - color contains mainly: green. Hex color #609D0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609D0D is #9F62F2. Grayscale: #7A7A7A. Windows color (decimal): -10445555 or 892256. OLE color: 892256.

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

Color convert

RGB9615713-
CMYK0.3900.920.38
HSL85.42º84.71%33.33%-
HSV(B)85.42º91.72%61.57%-
XYZ16.9526.634.63-
YUV122.3466.29109.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 157 (61.72% from 255) = 59.02%
BLUE value IS 13 (5.47% from 255) = 4.89%
R=36.09%
G=59.02%
B=4.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96157130.3900.920.3885.4284.7133.33
Hex609DD2705C26555521
Octal140235154701344612512541
Binary11000001001110111011001110101110010011010101011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609D0D; }

 p { color: rgb(96,157,13); }

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

<style>
 a { background-color: #609D0D; }

 a { background-color: rgb(96,157,13); }

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

<style>
 span { border-color: #609D0D; }

 span { border-color: rgb(96,157,13); }

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