Html Css Color HEX #00720C Green

📋 copy color: '#00720C'

red 0 ◦ green 114 ◦ blue 12

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

Shades of Green #00720C

Tints of Green #00720C

RGB

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

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

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

R = 0%
G = 90.48%
B = 9.52%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#00720C (or 0x00720C) is known color: Green. HEX triplet: 00, 72 and 0C. RGB value is (0,114,12). Sum of RGB (Red+Green+Blue) = 0+114+12=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 114 (44.92% from 255 or 90.48% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 114 - color contains mainly: green. Hex color #00720C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00720C is #FF8DF3. Grayscale: #444444. Windows color (decimal): -16748020 or 815616. OLE color: 815616.

HSL color Cylindrical-coordinate representation of color #00720C: hue angle of 126.32º 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 #00720C is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 114 12 -
CMYK 1 0 0.89 0.55
HSL 126.32º 1% 0.22% -
HSV(B) 126.32º 1% 0.45% -
XYZ 6.08 12.06 2.36 -
YUV 68.29 96.23 79.29 -
System Red Green Blue C M Y K H S L
Decimal 0 114 12 1 0 0.89 0.55 126.32 1 0.22
Hex 0 72 C 64 0 59 37 7E 64 16
Octal 0 162 14 144 0 131 67 176 144 26
Binary 0 1110010 1100 1100100 0 1011001 110111 1111110 1100100 10110

Color Harmonies of #00720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00720C

Black with #00720C

Text Example


Text Example

White with #00720C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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