Html Css Color HEX #0E5A0C Myrtle

📋 copy color: '#0E5A0C'

red 14 ◦ green 90 ◦ blue 12

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

Shades of Myrtle #0E5A0C

Tints of Myrtle #0E5A0C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 77.59%

 BLUE value IS 12 (5.08% from 255) = 10.34%

R = 12.07%
G = 77.59%
B = 10.34%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#0E5A0C (or 0x0E5A0C) is known color: Myrtle. HEX triplet: 0E, 5A and 0C. RGB value is (14,90,12). Sum of RGB (Red+Green+Blue) = 14+90+12=116 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.07% from 116); Green value is 90 (35.55% from 255 or 77.59% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 90 - color contains mainly: green. Hex color #0E5A0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5A0C is #F1A5F3. Grayscale: #3A3A3A. Windows color (decimal): -15836660 or 809486. OLE color: 809486.

HSL color Cylindrical-coordinate representation of color #0E5A0C: hue angle of 118.46º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E5A0C is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 90 12 -
CMYK 0.84 0 0.87 0.65
HSL 118.46º 0.76% 0.2% -
HSV(B) 118.46º 0.87% 0.35% -
XYZ 3.9 7.43 1.58 -
YUV 58.38 101.82 96.34 -
System Red Green Blue C M Y K H S L
Decimal 14 90 12 0.84 0 0.87 0.65 118.46 0.76 0.2
Hex E 5A C 54 0 57 41 76 4C 14
Octal 16 132 14 124 0 127 101 166 114 24
Binary 1110 1011010 1100 1010100 0 1010111 1000001 1110110 1001100 10100

Color Harmonies of #0E5A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5A0C

Black with #0E5A0C

Text Example


Text Example

White with #0E5A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,90,12); }

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

background-color css

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

 a { background-color: rgb(14,90,12); }

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

border-color css

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

 span { border-color: rgb(14,90,12); }

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