Html Css Color HEX #007E01 Green

📋 copy color: '#007E01'

red 0 ◦ green 126 ◦ blue 1

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

Shades of Green #007E01

Tints of Green #007E01

RGB

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

 GREEN value IS 126 (49.61% from 255) = 99.21%

 BLUE value IS 1 (0.78% from 255) = 0.79%

R = 0%
G = 99.21%
B = 0.79%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#007E01 (or 0x007E01) is known color: Green. HEX triplet: 00, 7E and 01. RGB value is (0,126,1). Sum of RGB (Red+Green+Blue) = 0+126+1=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 126 (49.61% from 255 or 99.21% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 126 - color contains mainly: green. Hex color #007E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007E01 is #FF81FE. Grayscale: #4A4A4A. Windows color (decimal): -16744959 or 97792. OLE color: 97792.

HSL color Cylindrical-coordinate representation of color #007E01: hue angle of 120.48º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007E01 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 126 1 -
CMYK 1 0 0.99 0.51
HSL 120.48º 1% 0.25% -
HSV(B) 120.48º 1% 0.49% -
XYZ 7.47 14.92 2.52 -
YUV 74.08 86.76 75.16 -
System Red Green Blue C M Y K H S L
Decimal 0 126 1 1 0 0.99 0.51 120.48 1 0.25
Hex 0 7E 1 64 0 63 33 78 64 19
Octal 0 176 1 144 0 143 63 170 144 31
Binary 0 1111110 1 1100100 0 1100011 110011 1111000 1100100 11001

Color Harmonies of #007E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007E01

Black with #007E01

Text Example


Text Example

White with #007E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007E01; }

 p { color: rgb(0,126,1); }

 H1.HeaderClassName
 {
   color: #007E01;
 }
 .AnyTagClassName
 {
   color: #007E01;
 }
</style>

background-color css

<style>
 a { background-color: #007E01; }

 a { background-color: rgb(0,126,1); }

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

border-color css

<style>
 span { border-color: #007E01; }

 span { border-color: rgb(0,126,1); }

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