#0B6B26

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

Shades of Crusoe #0B6B26

Tints of Crusoe #0B6B26

Color information

#0B6B26 (or 0x0B6B26) is unknown color: approx Crusoe. HEX triplet: 0B, 6B and 26. RGB value is (11,107,38). Sum of RGB (Red+Green+Blue) = 11+107+38=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 107 (42.19% from 255 or 68.59% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 107 - color contains mainly: green. Hex color #0B6B26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6B26 is #F494D9. Grayscale: #464646. Windows color (decimal): -16028890 or 2517771. OLE color: 2517771.

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

Color convert

RGB1110738-
CMYK0.9000.640.58
HSL136.88º81.36%23.14%-
HSV(B)136.88º89.72%41.96%-
XYZ5.7510.733.6-
YUV70.43109.785.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.05%
GREEN value IS 107 (42.19% from 255) = 68.59%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=7.05%
G=68.59%
B=24.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11107380.9000.640.58136.8881.3623.14
HexB6B265A0403A895117
Octal131534613201007221112127
Binary1011110101110011010110100100000011101010001001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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