#0B6121

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

Shades of Crusoe #0B6121

Tints of Crusoe #0B6121

Color information

#0B6121 (or 0x0B6121) is unknown color: approx Crusoe. HEX triplet: 0B, 61 and 21. RGB value is (11,97,33). Sum of RGB (Red+Green+Blue) = 11+97+33=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 97 (38.28% from 255 or 68.79% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 97 - color contains mainly: green. Hex color #0B6121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6121 is #F49EDE. Grayscale: #404040. Windows color (decimal): -16031455 or 2187531. OLE color: 2187531.

HSL color Cylindrical-coordinate representation of color #0B6121: hue angle of 135.35º degrees, saturation: 0.8, 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 #0B6121 is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB119733-
CMYK0.8900.660.62
HSL135.35º79.63%21.18%-
HSV(B)135.35º88.66%38.04%-
XYZ4.698.732.88-
YUV63.99110.5190.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.80%
GREEN value IS 97 (38.28% from 255) = 68.79%
BLUE value IS 33 (13.28% from 255) = 23.40%
R=7.80%
G=68.79%
B=23.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1197330.8900.660.62135.3579.6321.18
HexB6121590423E875015
Octal131414113101027620712025
Binary1011110000110000110110010100001011111010000111101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,97,33); }

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

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

 a { background-color: rgb(11,97,33); }

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

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

 span { border-color: rgb(11,97,33); }

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