#0C6015

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

Shades of Crusoe #0C6015

Tints of Crusoe #0C6015

Color information

#0C6015 (or 0x0C6015) is unknown color: approx Crusoe. HEX triplet: 0C, 60 and 15. RGB value is (12,96,21). Sum of RGB (Red+Green+Blue) = 12+96+21=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 96 (37.89% from 255 or 74.42% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 96 - color contains mainly: green. Hex color #0C6015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6015 is #F39FEA. Grayscale: #3E3E3E. Windows color (decimal): -15966187 or 1400844. OLE color: 1400844.

HSL color Cylindrical-coordinate representation of color #0C6015: hue angle of 126.43º 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 #0C6015 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB129621-
CMYK0.8800.780.62
HSL126.43º77.78%21.18%-
HSV(B)126.43º87.5%37.65%-
XYZ4.478.52.11-
YUV62.33104.6792.1-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.30%
GREEN value IS 96 (37.89% from 255) = 74.42%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=9.30%
G=74.42%
B=16.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1296210.8800.780.62126.4377.7821.18
HexC60155804E3E7e4e15
Octal141402513001167617611625
Binary11001100000101011011000010011101111101111110100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,96,21); }

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

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

 a { background-color: rgb(12,96,21); }

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

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

 span { border-color: rgb(12,96,21); }

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