#0C6129

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

Shades of Crusoe #0C6129

Tints of Crusoe #0C6129

Color information

#0C6129 (or 0x0C6129) is unknown color: approx Crusoe. HEX triplet: 0C, 61 and 29. RGB value is (12,97,41). Sum of RGB (Red+Green+Blue) = 12+97+41=150 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #0C6129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6129 is #F39ED6. Grayscale: #414141. Windows color (decimal): -15965911 or 2711820. OLE color: 2711820.

HSL color Cylindrical-coordinate representation of color #0C6129: hue angle of 140.47º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6129 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB129741-
CMYK0.8800.580.62
HSL140.47º77.98%21.37%-
HSV(B)140.47º87.63%38.04%-
XYZ4.838.793.54-
YUV65.2114.3490.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8%
GREEN value IS 97 (38.28% from 255) = 64.67%
BLUE value IS 41 (16.41% from 255) = 27.33%
R=8%
G=64.67%
B=27.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1297410.8800.580.62140.4777.9821.37
HexC61295803A3E8c4e15
Octal14141511300727621411625
Binary110011000011010011011000011101011111010001100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,97,41); }

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

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

 a { background-color: rgb(12,97,41); }

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

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

 span { border-color: rgb(12,97,41); }

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