Html Css Color HEX #077004 Green

📋 copy color: '#077004'

red 7 ◦ green 112 ◦ blue 4

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

Shades of Green #077004

Tints of Green #077004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 91.06%

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

R = 5.69%
G = 91.06%
B = 3.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#077004 (or 0x077004) is known color: Green. HEX triplet: 07, 70 and 04. RGB value is (7,112,4). Sum of RGB (Red+Green+Blue) = 7+112+4=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 112 (44.14% from 255 or 91.06% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 112 - color contains mainly: green. Hex color #077004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077004 is #F88FFB. Grayscale: #444444. Windows color (decimal): -16289788 or 290823. OLE color: 290823.

HSL color Cylindrical-coordinate representation of color #077004: hue angle of 118.33º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077004 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 112 4 -
CMYK 0.94 0 0.96 0.56
HSL 118.33º 0.93% 0.23% -
HSV(B) 118.33º 0.96% 0.44% -
XYZ 5.9 11.64 2.05 -
YUV 68.29 91.71 84.28 -
System Red Green Blue C M Y K H S L
Decimal 7 112 4 0.94 0 0.96 0.56 118.33 0.93 0.23
Hex 7 70 4 5E 0 60 38 76 5D 17
Octal 7 160 4 136 0 140 70 166 135 27
Binary 111 1110000 100 1011110 0 1100000 111000 1110110 1011101 10111

Color Harmonies of #077004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077004

Black with #077004

Text Example


Text Example

White with #077004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077004; }

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

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

background-color css

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

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

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

border-color css

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

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

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