Html Css Color HEX #0B5015 Myrtle

📋 copy color: '#0B5015'

red 11 ◦ green 80 ◦ blue 21

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

Shades of Myrtle #0B5015

Tints of Myrtle #0B5015

RGB

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

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

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

R = 9.82%
G = 71.43%
B = 18.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#0B5015 (or 0x0B5015) is known color: Myrtle. HEX triplet: 0B, 50 and 15. RGB value is (11,80,21). Sum of RGB (Red+Green+Blue) = 11+80+21=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 80 (31.64% from 255 or 71.43% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 80 - color contains mainly: green. Hex color #0B5015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5015 is #F4AFEA. Grayscale: #343434. Windows color (decimal): -16035819 or 1396747. OLE color: 1396747.

HSL color Cylindrical-coordinate representation of color #0B5015: hue angle of 128.7º 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 #0B5015 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 80 21 -
CMYK 0.86 0 0.74 0.69
HSL 128.7º 0.76% 0.18% -
HSV(B) 128.7º 0.86% 0.31% -
XYZ 3.14 5.86 1.68 -
YUV 52.64 110.14 98.3 -
System Red Green Blue C M Y K H S L
Decimal 11 80 21 0.86 0 0.74 0.69 128.7 0.76 0.18
Hex B 50 15 56 0 4A 45 81 4C 12
Octal 13 120 25 126 0 112 105 201 114 22
Binary 1011 1010000 10101 1010110 0 1001010 1000101 10000001 1001100 10010

Color Harmonies of #0B5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5015

Black with #0B5015

Text Example


Text Example

White with #0B5015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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