Html Css Color HEX #077104 Green

📋 copy color: '#077104'

red 7 ◦ green 113 ◦ blue 4

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

Shades of Green #077104

Tints of Green #077104

RGB

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

 GREEN value IS 113 (44.53% from 255) = 91.13%

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

R = 5.65%
G = 91.13%
B = 3.23%

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

#077104 (or 0x077104) is known color: Green. HEX triplet: 07, 71 and 04. RGB value is (7,113,4). Sum of RGB (Red+Green+Blue) = 7+113+4=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 113 (44.53% from 255 or 91.13% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 113 - color contains mainly: green. Hex color #077104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077104 is #F88EFB. Grayscale: #454545. Windows color (decimal): -16289532 or 291079. OLE color: 291079.

HSL color Cylindrical-coordinate representation of color #077104: hue angle of 118.35º 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 #077104 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 113 4 -
CMYK 0.94 0 0.96 0.56
HSL 118.35º 0.93% 0.23% -
HSV(B) 118.35º 0.96% 0.44% -
XYZ 6.01 11.86 2.09 -
YUV 68.88 91.38 83.86 -
System Red Green Blue C M Y K H S L
Decimal 7 113 4 0.94 0 0.96 0.56 118.35 0.93 0.23
Hex 7 71 4 5E 0 60 38 76 5D 17
Octal 7 161 4 136 0 140 70 166 135 27
Binary 111 1110001 100 1011110 0 1100000 111000 1110110 1011101 10111

Color Harmonies of #077104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077104

Black with #077104

Text Example


Text Example

White with #077104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077104; }

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

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

background-color css

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

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

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

border-color css

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

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

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