#0B6A1B

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

Shades of Crusoe #0B6A1B

Tints of Crusoe #0B6A1B

Color information

#0B6A1B (or 0x0B6A1B) is unknown color: approx Crusoe. HEX triplet: 0B, 6A and 1B. RGB value is (11,106,27). Sum of RGB (Red+Green+Blue) = 11+106+27=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 106 (41.80% from 255 or 73.61% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 106 - color contains mainly: green. Hex color #0B6A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6A1B is #F495E4. Grayscale: #444444. Windows color (decimal): -16029157 or 1796619. OLE color: 1796619.

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

Color convert

RGB1110627-
CMYK0.9000.750.58
HSL130.11º81.2%22.94%-
HSV(B)130.11º89.62%41.57%-
XYZ5.4910.462.77-
YUV68.59104.5386.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.64%
GREEN value IS 106 (41.80% from 255) = 73.61%
BLUE value IS 27 (10.94% from 255) = 18.75%
R=7.64%
G=73.61%
B=18.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11106270.9000.750.58130.1181.222.94
HexB6A1B5A04B3A825117
Octal131523313201137220212127
Binary101111010101101110110100100101111101010000010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,106,27); }

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

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

 a { background-color: rgb(11,106,27); }

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

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

 span { border-color: rgb(11,106,27); }

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