Html Css Color HEX #0E5716 Myrtle

📋 copy color: '#0E5716'

red 14 ◦ green 87 ◦ blue 22

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

Shades of Myrtle #0E5716

Tints of Myrtle #0E5716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 70.73%

 BLUE value IS 22 (8.98% from 255) = 17.89%

R = 11.38%
G = 70.73%
B = 17.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#0E5716 (or 0x0E5716) is known color: Myrtle. HEX triplet: 0E, 57 and 16. RGB value is (14,87,22). Sum of RGB (Red+Green+Blue) = 14+87+22=123 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.38% from 123); Green value is 87 (34.38% from 255 or 70.73% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 87 - color contains mainly: green. Hex color #0E5716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5716 is #F1A8E9. Grayscale: #393939. Windows color (decimal): -15837418 or 1464078. OLE color: 1464078.

HSL color Cylindrical-coordinate representation of color #0E5716: hue angle of 126.58º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5716 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB 14 87 22 -
CMYK 0.84 0 0.75 0.66
HSL 126.58º 0.72% 0.2% -
HSV(B) 126.58º 0.84% 0.34% -
XYZ 3.73 6.97 1.91 -
YUV 57.76 107.82 96.79 -
System Red Green Blue C M Y K H S L
Decimal 14 87 22 0.84 0 0.75 0.66 126.58 0.72 0.2
Hex E 57 16 54 0 4B 42 7F 48 14
Octal 16 127 26 124 0 113 102 177 110 24
Binary 1110 1010111 10110 1010100 0 1001011 1000010 1111111 1001000 10100

Color Harmonies of #0E5716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5716

Black with #0E5716

Text Example


Text Example

White with #0E5716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,87,22); }

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

background-color css

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

 a { background-color: rgb(14,87,22); }

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

border-color css

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

 span { border-color: rgb(14,87,22); }

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