Html Css Color HEX #0B4710 Myrtle

📋 copy color: '#0B4710'

red 11 ◦ green 71 ◦ blue 16

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

Shades of Myrtle #0B4710

Tints of Myrtle #0B4710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 72.45%

 BLUE value IS 16 (6.64% from 255) = 16.33%

R = 11.22%
G = 72.45%
B = 16.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#0B4710 (or 0x0B4710) is known color: Myrtle. HEX triplet: 0B, 47 and 10. RGB value is (11,71,16). Sum of RGB (Red+Green+Blue) = 11+71+16=98 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.22% from 98); Green value is 71 (28.12% from 255 or 72.45% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 71 - color contains mainly: green. Hex color #0B4710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4710 is #F4B8EF. Grayscale: #2E2E2E. Windows color (decimal): -16038128 or 1066763. OLE color: 1066763.

HSL color Cylindrical-coordinate representation of color #0B4710: hue angle of 125º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4710 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB 11 71 16 -
CMYK 0.85 0 0.77 0.72
HSL 125º 0.73% 0.16% -
HSV(B) 125º 0.85% 0.28% -
XYZ 2.48 4.62 1.25 -
YUV 46.79 110.62 102.47 -
System Red Green Blue C M Y K H S L
Decimal 11 71 16 0.85 0 0.77 0.72 125 0.73 0.16
Hex B 47 10 55 0 4D 48 7D 49 10
Octal 13 107 20 125 0 115 110 175 111 20
Binary 1011 1000111 10000 1010101 0 1001101 1001000 1111101 1001001 10000

Color Harmonies of #0B4710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4710

Black with #0B4710

Text Example


Text Example

White with #0B4710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,71,16); }

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

background-color css

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

 a { background-color: rgb(11,71,16); }

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

border-color css

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

 span { border-color: rgb(11,71,16); }

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