Html Css Color HEX #0E6013 Myrtle

📋 copy color: '#0E6013'

red 14 ◦ green 96 ◦ blue 19

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

Shades of Myrtle #0E6013

Tints of Myrtle #0E6013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 74.42%

 BLUE value IS 19 (7.81% from 255) = 14.73%

R = 10.85%
G = 74.42%
B = 14.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#0E6013 (or 0x0E6013) is known color: Myrtle. HEX triplet: 0E, 60 and 13. RGB value is (14,96,19). Sum of RGB (Red+Green+Blue) = 14+96+19=129 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.85% from 129); Green value is 96 (37.89% from 255 or 74.42% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 96 - color contains mainly: green. Hex color #0E6013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6013 is #F19FEC. Grayscale: #3E3E3E. Windows color (decimal): -15835117 or 1269774. OLE color: 1269774.

HSL color Cylindrical-coordinate representation of color #0E6013: hue angle of 123.66º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E6013 is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 14 96 19 -
CMYK 0.85 0 0.80 0.62
HSL 123.66º 0.75% 0.22% -
HSV(B) 123.66º 0.85% 0.38% -
XYZ 4.48 8.51 2.02 -
YUV 62.7 103.33 93.26 -
System Red Green Blue C M Y K H S L
Decimal 14 96 19 0.85 0 0.80 0.62 123.66 0.75 0.22
Hex E 60 13 55 0 50 3E 7C 4B 16
Octal 16 140 23 125 0 120 76 174 113 26
Binary 1110 1100000 10011 1010101 0 1010000 111110 1111100 1001011 10110

Color Harmonies of #0E6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6013

Black with #0E6013

Text Example


Text Example

White with #0E6013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,96,19); }

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

background-color css

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

 a { background-color: rgb(14,96,19); }

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

border-color css

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

 span { border-color: rgb(14,96,19); }

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