Html Css Color HEX #077D00 Green

📋 copy color: '#077D00'

red 7 ◦ green 125 ◦ blue 0

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

Shades of Green #077D00

Tints of Green #077D00

RGB

 RED value IS 7 (3.13% from 255) = 5.3%

 GREEN value IS 125 (49.22% from 255) = 94.7%

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

R = 5.3%
G = 94.7%
B = 0%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#077D00 (or 0x077D00) is known color: Green. HEX triplet: 07, 7D and 00. RGB value is (7,125,0). Sum of RGB (Red+Green+Blue) = 7+125+0=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 125 (49.22% from 255 or 94.70% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 125 - color contains mainly: green. Hex color #077D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077D00 is #F882FF. Grayscale: #4B4B4B. Windows color (decimal): -16286464 or 32007. OLE color: 32007.

HSL color Cylindrical-coordinate representation of color #077D00: hue angle of 116.64º 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 #077D00 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 125 0 -
CMYK 0.94 0 1 0.51
HSL 116.64º 1% 0.25% -
HSV(B) 116.64º 1% 0.49% -
XYZ 7.42 14.71 2.45 -
YUV 75.47 85.41 79.16 -
System Red Green Blue C M Y K H S L
Decimal 7 125 0 0.94 0 1 0.51 116.64 1 0.25
Hex 7 7D 0 5E 0 64 33 75 64 19
Octal 7 175 0 136 0 144 63 165 144 31
Binary 111 1111101 0 1011110 0 1100100 110011 1110101 1100100 11001

Color Harmonies of #077D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077D00

Black with #077D00

Text Example


Text Example

White with #077D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077D00; }

 p { color: rgb(7,125,0); }

 H1.HeaderClassName
 {
   color: #077D00;
 }
 .AnyTagClassName
 {
   color: #077D00;
 }
</style>

background-color css

<style>
 a { background-color: #077D00; }

 a { background-color: rgb(7,125,0); }

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

border-color css

<style>
 span { border-color: #077D00; }

 span { border-color: rgb(7,125,0); }

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