Html Css Color HEX #077C04 Green

📋 copy color: '#077C04'

red 7 ◦ green 124 ◦ blue 4

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

Shades of Green #077C04

Tints of Green #077C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.96%

R = 5.19%
G = 91.85%
B = 2.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#077C04 (or 0x077C04) is known color: Green. HEX triplet: 07, 7C and 04. RGB value is (7,124,4). Sum of RGB (Red+Green+Blue) = 7+124+4=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 124 (48.83% from 255 or 91.85% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 124 - color contains mainly: green. Hex color #077C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077C04 is #F883FB. Grayscale: #4B4B4B. Windows color (decimal): -16286716 or 293895. OLE color: 293895.

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

Color convert

RGB 7 124 4 -
CMYK 0.94 0 0.97 0.51
HSL 118.5º 0.94% 0.25% -
HSV(B) 118.5º 0.97% 0.49% -
XYZ 7.32 14.47 2.52 -
YUV 75.34 87.74 79.26 -
System Red Green Blue C M Y K H S L
Decimal 7 124 4 0.94 0 0.97 0.51 118.5 0.94 0.25
Hex 7 7C 4 5E 0 61 33 76 5E 19
Octal 7 174 4 136 0 141 63 166 136 31
Binary 111 1111100 100 1011110 0 1100001 110011 1110110 1011110 11001

Color Harmonies of #077C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077C04

Black with #077C04

Text Example


Text Example

White with #077C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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