Html Css Color HEX #077A04 Green

📋 copy color: '#077A04'

red 7 ◦ green 122 ◦ blue 4

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

Shades of Green #077A04

Tints of Green #077A04

RGB

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

 GREEN value IS 122 (48.05% from 255) = 91.73%

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

R = 5.26%
G = 91.73%
B = 3.01%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.52

RGB Variations

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

Color information

#077A04 (or 0x077A04) is known color: Green. HEX triplet: 07, 7A and 04. RGB value is (7,122,4). Sum of RGB (Red+Green+Blue) = 7+122+4=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 122 (48.05% from 255 or 91.73% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 122 - color contains mainly: green. Hex color #077A04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077A04 is #F885FB. Grayscale: #4A4A4A. Windows color (decimal): -16287228 or 293383. OLE color: 293383.

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

Color convert

RGB 7 122 4 -
CMYK 0.94 0 0.97 0.52
HSL 118.47º 0.94% 0.25% -
HSV(B) 118.47º 0.97% 0.48% -
XYZ 7.07 13.97 2.44 -
YUV 74.16 88.4 80.09 -
System Red Green Blue C M Y K H S L
Decimal 7 122 4 0.94 0 0.97 0.52 118.47 0.94 0.25
Hex 7 7A 4 5E 0 61 34 76 5E 19
Octal 7 172 4 136 0 141 64 166 136 31
Binary 111 1111010 100 1011110 0 1100001 110100 1110110 1011110 11001

Color Harmonies of #077A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077A04

Black with #077A04

Text Example


Text Example

White with #077A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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