#0C661F

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

Shades of Crusoe #0C661F

Tints of Crusoe #0C661F

Color information

#0C661F (or 0x0C661F) is unknown color: approx Crusoe. HEX triplet: 0C, 66 and 1F. RGB value is (12,102,31). Sum of RGB (Red+Green+Blue) = 12+102+31=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 102 (40.23% from 255 or 70.34% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 102 - color contains mainly: green. Hex color #0C661F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C661F is #F399E0. Grayscale: #434343. Windows color (decimal): -15964641 or 2057740. OLE color: 2057740.

HSL color Cylindrical-coordinate representation of color #0C661F: hue angle of 132.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C661F is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB1210231-
CMYK0.8800.700.6
HSL132.67º78.95%22.35%-
HSV(B)132.67º88.24%40%-
XYZ5.159.682.89-
YUV67107.6888.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.28%
GREEN value IS 102 (40.23% from 255) = 70.34%
BLUE value IS 31 (12.5% from 255) = 21.38%
R=8.28%
G=70.34%
B=21.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal12102310.8800.700.6132.6778.9522.35
HexC661F580463C854f16
Octal141463713001067420511726
Binary110011001101111110110000100011011110010000101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C661F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,102,31); }

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

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

 a { background-color: rgb(12,102,31); }

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

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

 span { border-color: rgb(12,102,31); }

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