Html Css Color HEX #00720E Green

📋 copy color: '#00720E'

red 0 ◦ green 114 ◦ blue 14

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

Shades of Green #00720E

Tints of Green #00720E

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 14 (5.86% from 255) = 10.94%

R = 0%
G = 89.06%
B = 10.94%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#00720E (or 0x00720E) is known color: Green. HEX triplet: 00, 72 and 0E. RGB value is (0,114,14). Sum of RGB (Red+Green+Blue) = 0+114+14=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 114 (44.92% from 255 or 89.06% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 114 - color contains mainly: green. Hex color #00720E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00720E is #FF8DF1. Grayscale: #444444. Windows color (decimal): -16748018 or 946688. OLE color: 946688.

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

Color convert

RGB 0 114 14 -
CMYK 1 0 0.88 0.55
HSL 127.37º 1% 0.22% -
HSV(B) 127.37º 1% 0.45% -
XYZ 6.1 12.07 2.42 -
YUV 68.51 97.23 79.13 -
System Red Green Blue C M Y K H S L
Decimal 0 114 14 1 0 0.88 0.55 127.37 1 0.22
Hex 0 72 E 64 0 58 37 7F 64 16
Octal 0 162 16 144 0 130 67 177 144 26
Binary 0 1110010 1110 1100100 0 1011000 110111 1111111 1100100 10110

Color Harmonies of #00720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00720E

Black with #00720E

Text Example


Text Example

White with #00720E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00720E; }

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

 H1.HeaderClassName
 {
   color: #00720E;
 }
 .AnyTagClassName
 {
   color: #00720E;
 }
</style>

background-color css

<style>
 a { background-color: #00720E; }

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

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

border-color css

<style>
 span { border-color: #00720E; }

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

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