#0B6B28

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

Shades of Crusoe #0B6B28

Tints of Crusoe #0B6B28

Color information

#0B6B28 (or 0x0B6B28) is unknown color: approx Crusoe. HEX triplet: 0B, 6B and 28. RGB value is (11,107,40). Sum of RGB (Red+Green+Blue) = 11+107+40=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 107 (42.19% from 255 or 67.72% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 107 - color contains mainly: green. Hex color #0B6B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6B28 is #F494D7. Grayscale: #464646. Windows color (decimal): -16028888 or 2648843. OLE color: 2648843.

HSL color Cylindrical-coordinate representation of color #0B6B28: hue angle of 138.12º degrees, saturation: 0.81, 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 #0B6B28 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB1110740-
CMYK0.9000.630.58
HSL138.12º81.36%23.14%-
HSV(B)138.12º89.72%41.96%-
XYZ5.7810.743.78-
YUV70.66110.785.45-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.96%
GREEN value IS 107 (42.19% from 255) = 67.72%
BLUE value IS 40 (16.02% from 255) = 25.32%
R=6.96%
G=67.72%
B=25.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11107400.9000.630.58138.1281.3623.14
HexB6B285A03F3A8a5117
Octal13153501320777221212127
Binary101111010111010001011010011111111101010001010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,107,40); }

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

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

 a { background-color: rgb(11,107,40); }

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

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

 span { border-color: rgb(11,107,40); }

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