Html Css Color HEX #0B6B20 Crusoe

📋 copy color: '#0B6B20'

red 11 ◦ green 107 ◦ blue 32

#0B6B20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #0B6B20

Tints of Crusoe #0B6B20

RGB

 RED value IS 11 (4.69% from 255) = 7.33%

 GREEN value IS 107 (42.19% from 255) = 71.33%

 BLUE value IS 32 (12.89% from 255) = 21.33%

R = 7.33%
G = 71.33%
B = 21.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#0B6B20 (or 0x0B6B20) is known color: Crusoe. HEX triplet: 0B, 6B and 20. RGB value is (11,107,32). Sum of RGB (Red+Green+Blue) = 11+107+32=150 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.33% from 150); Green value is 107 (42.19% from 255 or 71.33% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 107 - color contains mainly: green. Hex color #0B6B20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6B20 is #F494DF. Grayscale: #454545. Windows color (decimal): -16028896 or 2124555. OLE color: 2124555.

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

Color convert

RGB 11 107 32 -
CMYK 0.90 0 0.70 0.58
HSL 133.13º 0.81% 0.23% -
HSV(B) 133.13º 0.9% 0.42% -
XYZ 5.66 10.69 3.13 -
YUV 69.75 106.7 86.1 -
System Red Green Blue C M Y K H S L
Decimal 11 107 32 0.90 0 0.70 0.58 133.13 0.81 0.23
Hex B 6B 20 5A 0 46 3A 85 51 17
Octal 13 153 40 132 0 106 72 205 121 27
Binary 1011 1101011 100000 1011010 0 1000110 111010 10000101 1010001 10111

Color Harmonies of #0B6B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6B20

Black with #0B6B20

Text Example


Text Example

White with #0B6B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B6B20;
 }
 .AnyTagClassName
 {
   color: #0B6B20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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