Html Css Color HEX #0B5011 Myrtle

📋 copy color: '#0B5011'

red 11 ◦ green 80 ◦ blue 17

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

Shades of Myrtle #0B5011

Tints of Myrtle #0B5011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 74.07%

 BLUE value IS 17 (7.03% from 255) = 15.74%

R = 10.19%
G = 74.07%
B = 15.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#0B5011 (or 0x0B5011) is known color: Myrtle. HEX triplet: 0B, 50 and 11. RGB value is (11,80,17). Sum of RGB (Red+Green+Blue) = 11+80+17=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 80 (31.64% from 255 or 74.07% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 80 - color contains mainly: green. Hex color #0B5011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5011 is #F4AFEE. Grayscale: #343434. Windows color (decimal): -16035823 or 1134603. OLE color: 1134603.

HSL color Cylindrical-coordinate representation of color #0B5011: hue angle of 125.22º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B5011 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 80 17 -
CMYK 0.86 0 0.79 0.69
HSL 125.22º 0.76% 0.18% -
HSV(B) 125.22º 0.86% 0.31% -
XYZ 3.11 5.85 1.5 -
YUV 52.19 108.14 98.62 -
System Red Green Blue C M Y K H S L
Decimal 11 80 17 0.86 0 0.79 0.69 125.22 0.76 0.18
Hex B 50 11 56 0 4F 45 7D 4C 12
Octal 13 120 21 126 0 117 105 175 114 22
Binary 1011 1010000 10001 1010110 0 1001111 1000101 1111101 1001100 10010

Color Harmonies of #0B5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5011

Black with #0B5011

Text Example


Text Example

White with #0B5011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,80,17); }

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

background-color css

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

 a { background-color: rgb(11,80,17); }

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

border-color css

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

 span { border-color: rgb(11,80,17); }

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