#0C6821

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

Shades of Crusoe #0C6821

Tints of Crusoe #0C6821

Color information

#0C6821 (or 0x0C6821) is unknown color: approx Crusoe. HEX triplet: 0C, 68 and 21. RGB value is (12,104,33). Sum of RGB (Red+Green+Blue) = 12+104+33=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 104 (41.02% from 255 or 69.80% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 104 - color contains mainly: green. Hex color #0C6821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6821 is #F397DE. Grayscale: #444444. Windows color (decimal): -15964127 or 2189324. OLE color: 2189324.

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

Color convert

RGB1210433-
CMYK0.8800.680.59
HSL133.7º79.31%22.75%-
HSV(B)133.7º88.46%40.78%-
XYZ5.3810.093.1-
YUV68.4108.0287.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.05%
GREEN value IS 104 (41.02% from 255) = 69.80%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=8.05%
G=69.80%
B=22.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal12104330.8800.680.59133.779.3122.75
HexC6821580443B864f17
Octal141504113001047320611727
Binary1100110100010000110110000100010011101110000110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,104,33); }

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

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

 a { background-color: rgb(12,104,33); }

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

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

 span { border-color: rgb(12,104,33); }

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