#0B6017

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

Shades of Crusoe #0B6017

Tints of Crusoe #0B6017

Color information

#0B6017 (or 0x0B6017) is unknown color: approx Crusoe. HEX triplet: 0B, 60 and 17. RGB value is (11,96,23). Sum of RGB (Red+Green+Blue) = 11+96+23=130 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.46% from 130); Green value is 96 (37.89% from 255 or 73.85% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 96 - color contains mainly: green. Hex color #0B6017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6017 is #F49FE8. Grayscale: #3E3E3E. Windows color (decimal): -16031721 or 1531915. OLE color: 1531915.

HSL color Cylindrical-coordinate representation of color #0B6017: hue angle of 128.47º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6017 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB119623-
CMYK0.8900.760.62
HSL128.47º79.44%20.98%-
HSV(B)128.47º88.54%37.65%-
XYZ4.488.52.22-
YUV62.26105.8491.44-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.46%
GREEN value IS 96 (37.89% from 255) = 73.85%
BLUE value IS 23 (9.38% from 255) = 17.69%
R=8.46%
G=73.85%
B=17.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1196230.8900.760.62128.4779.4420.98
HexB60175904C3E804f15
Octal131402713101147620011725
Binary101111000001011110110010100110011111010000000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,96,23); }

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

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

 a { background-color: rgb(11,96,23); }

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

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

 span { border-color: rgb(11,96,23); }

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