Html Css Color HEX #0B6015 Crusoe

📋 copy color: '#0B6015'

red 11 ◦ green 96 ◦ blue 21

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

Shades of Crusoe #0B6015

Tints of Crusoe #0B6015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 75%

 BLUE value IS 21 (8.59% from 255) = 16.41%

R = 8.59%
G = 75%
B = 16.41%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#0B6015 (or 0x0B6015) is known color: Crusoe. HEX triplet: 0B, 60 and 15. RGB value is (11,96,21). Sum of RGB (Red+Green+Blue) = 11+96+21=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 96 (37.89% from 255 or 75% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 96 - color contains mainly: green. Hex color #0B6015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6015 is #F49FEA. Grayscale: #3E3E3E. Windows color (decimal): -16031723 or 1400843. OLE color: 1400843.

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

Color convert

RGB 11 96 21 -
CMYK 0.89 0 0.78 0.62
HSL 127.06º 0.79% 0.21% -
HSV(B) 127.06º 0.89% 0.38% -
XYZ 4.46 8.49 2.11 -
YUV 62.04 104.84 91.6 -
System Red Green Blue C M Y K H S L
Decimal 11 96 21 0.89 0 0.78 0.62 127.06 0.79 0.21
Hex B 60 15 59 0 4E 3E 7F 4F 15
Octal 13 140 25 131 0 116 76 177 117 25
Binary 1011 1100000 10101 1011001 0 1001110 111110 1111111 1001111 10101

Color Harmonies of #0B6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6015

Black with #0B6015

Text Example


Text Example

White with #0B6015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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