#0C6924

Color #0C6924 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #0C6924

Tints of Crusoe #0C6924

Color information

#0C6924 (or 0x0C6924) is unknown color: approx Crusoe. HEX triplet: 0C, 69 and 24. RGB value is (12,105,36). Sum of RGB (Red+Green+Blue) = 12+105+36=153 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.84% from 153); Green value is 105 (41.41% from 255 or 68.63% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 105 - color contains mainly: green. Hex color #0C6924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6924 is #F396DB. Grayscale: #454545. Windows color (decimal): -15963868 or 2386188. OLE color: 2386188.

HSL color Cylindrical-coordinate representation of color #0C6924: hue angle of 135.48º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6924 is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB1210536-
CMYK0.8900.660.59
HSL135.48º79.49%22.94%-
HSV(B)135.48º88.57%41.18%-
XYZ5.5210.313.37-
YUV69.33109.1987.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.84%
GREEN value IS 105 (41.41% from 255) = 68.63%
BLUE value IS 36 (14.45% from 255) = 23.53%
R=7.84%
G=68.63%
B=23.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal12105360.8900.660.59135.4879.4922.94
HexC6924590423B874f17
Octal141514413101027320711727
Binary1100110100110010010110010100001011101110000111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C6924; }

 p { color: rgb(12,105,36); }

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

<style>
 a { background-color: #0C6924; }

 a { background-color: rgb(12,105,36); }

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

<style>
 span { border-color: #0C6924; }

 span { border-color: rgb(12,105,36); }

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