Html Css Color HEX #077C00 Green

📋 copy color: '#077C00'

red 7 ◦ green 124 ◦ blue 0

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

Shades of Green #077C00

Tints of Green #077C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 94.66%

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

R = 5.34%
G = 94.66%
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

#077C00 (or 0x077C00) is known color: Green. HEX triplet: 07, 7C and 00. RGB value is (7,124,0). Sum of RGB (Red+Green+Blue) = 7+124+0=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 124 (48.83% from 255 or 94.66% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 124 - color contains mainly: green. Hex color #077C00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077C00 is #F883FF. Grayscale: #4B4B4B. Windows color (decimal): -16286720 or 31751. OLE color: 31751.

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

Color convert

RGB 7 124 0 -
CMYK 0.94 0 1 0.51
HSL 116.61º 1% 0.24% -
HSV(B) 116.61º 1% 0.49% -
XYZ 7.3 14.46 2.41 -
YUV 74.88 85.74 79.58 -
System Red Green Blue C M Y K H S L
Decimal 7 124 0 0.94 0 1 0.51 116.61 1 0.24
Hex 7 7C 0 5E 0 64 33 75 64 18
Octal 7 174 0 136 0 144 63 165 144 30
Binary 111 1111100 0 1011110 0 1100100 110011 1110101 1100100 11000

Color Harmonies of #077C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077C00

Black with #077C00

Text Example


Text Example

White with #077C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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