Html Css Color HEX #077304 Green

📋 copy color: '#077304'

red 7 ◦ green 115 ◦ blue 4

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

Shades of Green #077304

Tints of Green #077304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 91.27%

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

R = 5.56%
G = 91.27%
B = 3.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#077304 (or 0x077304) is known color: Green. HEX triplet: 07, 73 and 04. RGB value is (7,115,4). Sum of RGB (Red+Green+Blue) = 7+115+4=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 115 (45.31% from 255 or 91.27% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 115 - color contains mainly: green. Hex color #077304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077304 is #F88CFB. Grayscale: #464646. Windows color (decimal): -16289020 or 291591. OLE color: 291591.

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

Color convert

RGB 7 115 4 -
CMYK 0.94 0 0.97 0.55
HSL 118.38º 0.93% 0.23% -
HSV(B) 118.38º 0.97% 0.45% -
XYZ 6.24 12.32 2.16 -
YUV 70.05 90.72 83.03 -
System Red Green Blue C M Y K H S L
Decimal 7 115 4 0.94 0 0.97 0.55 118.38 0.93 0.23
Hex 7 73 4 5E 0 61 37 76 5D 17
Octal 7 163 4 136 0 141 67 166 135 27
Binary 111 1110011 100 1011110 0 1100001 110111 1110110 1011101 10111

Color Harmonies of #077304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077304

Black with #077304

Text Example


Text Example

White with #077304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077304; }

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

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

background-color css

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

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

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

border-color css

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

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

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