Html Css Color HEX #076404 Green

📋 copy color: '#076404'

red 7 ◦ green 100 ◦ blue 4

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

Shades of Green #076404

Tints of Green #076404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 90.09%

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

R = 6.31%
G = 90.09%
B = 3.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#076404 (or 0x076404) is known color: Green. HEX triplet: 07, 64 and 04. RGB value is (7,100,4). Sum of RGB (Red+Green+Blue) = 7+100+4=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 100 (39.45% from 255 or 90.09% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 100 - color contains mainly: green. Hex color #076404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076404 is #F89BFB. Grayscale: #3D3D3D. Windows color (decimal): -16292860 or 287751. OLE color: 287751.

HSL color Cylindrical-coordinate representation of color #076404: hue angle of 118.12º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076404 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 7 100 4 -
CMYK 0.93 0 0.96 0.61
HSL 118.13º 0.92% 0.2% -
HSV(B) 118.13º 0.96% 0.39% -
XYZ 4.67 9.17 1.64 -
YUV 61.25 95.69 89.31 -
System Red Green Blue C M Y K H S L
Decimal 7 100 4 0.93 0 0.96 0.61 118.13 0.92 0.2
Hex 7 64 4 5D 0 60 3D 76 5C 14
Octal 7 144 4 135 0 140 75 166 134 24
Binary 111 1100100 100 1011101 0 1100000 111101 1110110 1011100 10100

Color Harmonies of #076404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076404

Black with #076404

Text Example


Text Example

White with #076404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076404; }

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

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

background-color css

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

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

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

border-color css

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

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

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