#0B6C20

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

Shades of Crusoe #0B6C20

Tints of Crusoe #0B6C20

Color information

#0B6C20 (or 0x0B6C20) is unknown color: approx Crusoe. HEX triplet: 0B, 6C and 20. RGB value is (11,108,32). Sum of RGB (Red+Green+Blue) = 11+108+32=151 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.28% from 151); Green value is 108 (42.58% from 255 or 71.52% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 108 - color contains mainly: green. Hex color #0B6C20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6C20 is #F493DF. Grayscale: #464646. Windows color (decimal): -16028640 or 2124811. OLE color: 2124811.

HSL color Cylindrical-coordinate representation of color #0B6C20: hue angle of 132.99º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6C20 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB1110832-
CMYK0.9000.700.58
HSL132.99º81.51%23.33%-
HSV(B)132.99º89.81%42.35%-
XYZ5.7610.93.17-
YUV70.33106.3685.68-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.28%
GREEN value IS 108 (42.58% from 255) = 71.52%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=7.28%
G=71.52%
B=21.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11108320.9000.700.58132.9981.5123.33
HexB6C205A0463A855217
Octal131544013201067220512227
Binary1011110110010000010110100100011011101010000101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,108,32); }

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

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

 a { background-color: rgb(11,108,32); }

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

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

 span { border-color: rgb(11,108,32); }

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