Html Css Color HEX #0E720D Green

📋 copy color: '#0E720D'

red 14 ◦ green 114 ◦ blue 13

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

Shades of Green #0E720D

Tints of Green #0E720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 80.85%

 BLUE value IS 13 (5.47% from 255) = 9.22%

R = 9.93%
G = 80.85%
B = 9.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#0E720D (or 0x0E720D) is known color: Green. HEX triplet: 0E, 72 and 0D. RGB value is (14,114,13). Sum of RGB (Red+Green+Blue) = 14+114+13=141 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.93% from 141); Green value is 114 (44.92% from 255 or 80.85% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 114 - color contains mainly: green. Hex color #0E720D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E720D is #F18DF2. Grayscale: #484848. Windows color (decimal): -15830515 or 881166. OLE color: 881166.

HSL color Cylindrical-coordinate representation of color #0E720D: hue angle of 119.41º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E720D is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 114 13 -
CMYK 0.88 0 0.89 0.55
HSL 119.41º 0.8% 0.25% -
HSV(B) 119.41º 0.89% 0.45% -
XYZ 6.27 12.16 2.4 -
YUV 72.59 94.37 86.21 -
System Red Green Blue C M Y K H S L
Decimal 14 114 13 0.88 0 0.89 0.55 119.41 0.8 0.25
Hex E 72 D 58 0 59 37 77 50 19
Octal 16 162 15 130 0 131 67 167 120 31
Binary 1110 1110010 1101 1011000 0 1011001 110111 1110111 1010000 11001

Color Harmonies of #0E720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E720D

Black with #0E720D

Text Example


Text Example

White with #0E720D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,114,13); }

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

background-color css

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

 a { background-color: rgb(14,114,13); }

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

border-color css

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

 span { border-color: rgb(14,114,13); }

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