Html Css Color HEX #0E5B06 Myrtle

📋 copy color: '#0E5B06'

red 14 ◦ green 91 ◦ blue 6

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

Shades of Myrtle #0E5B06

Tints of Myrtle #0E5B06

RGB

 RED value IS 14 (5.86% from 255) = 12.61%

 GREEN value IS 91 (35.94% from 255) = 81.98%

 BLUE value IS 6 (2.73% from 255) = 5.41%

R = 12.61%
G = 81.98%
B = 5.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.64

RGB Variations

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

Color information

#0E5B06 (or 0x0E5B06) is known color: Myrtle. HEX triplet: 0E, 5B and 06. RGB value is (14,91,6). Sum of RGB (Red+Green+Blue) = 14+91+6=111 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.61% from 111); Green value is 91 (35.94% from 255 or 81.98% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 91 - color contains mainly: green. Hex color #0E5B06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5B06 is #F1A4F9. Grayscale: #3A3A3A. Windows color (decimal): -15836410 or 416526. OLE color: 416526.

HSL color Cylindrical-coordinate representation of color #0E5B06: hue angle of 114.35º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E5B06 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB 14 91 6 -
CMYK 0.85 0 0.93 0.64
HSL 114.35º 0.88% 0.19% -
HSV(B) 114.35º 0.93% 0.36% -
XYZ 3.96 7.59 1.43 -
YUV 58.29 98.49 96.41 -
System Red Green Blue C M Y K H S L
Decimal 14 91 6 0.85 0 0.93 0.64 114.35 0.88 0.19
Hex E 5B 6 55 0 5D 40 72 58 13
Octal 16 133 6 125 0 135 100 162 130 23
Binary 1110 1011011 110 1010101 0 1011101 1000000 1110010 1011000 10011

Color Harmonies of #0E5B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5B06

Black with #0E5B06

Text Example


Text Example

White with #0E5B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,91,6); }

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

background-color css

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

 a { background-color: rgb(14,91,6); }

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

border-color css

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

 span { border-color: rgb(14,91,6); }

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