Html Css Color HEX #076204 Green

📋 copy color: '#076204'

red 7 ◦ green 98 ◦ blue 4

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

Shades of Green #076204

Tints of Green #076204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 89.91%

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

R = 6.42%
G = 89.91%
B = 3.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#076204 (or 0x076204) is known color: Green. HEX triplet: 07, 62 and 04. RGB value is (7,98,4). Sum of RGB (Red+Green+Blue) = 7+98+4=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 98 (38.67% from 255 or 89.91% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 98 - color contains mainly: green. Hex color #076204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076204 is #F89DFB. Grayscale: #3C3C3C. Windows color (decimal): -16293372 or 287239. OLE color: 287239.

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

Color convert

RGB 7 98 4 -
CMYK 0.93 0 0.96 0.62
HSL 118.09º 0.92% 0.2% -
HSV(B) 118.09º 0.96% 0.38% -
XYZ 4.48 8.79 1.58 -
YUV 60.08 96.35 90.14 -
System Red Green Blue C M Y K H S L
Decimal 7 98 4 0.93 0 0.96 0.62 118.09 0.92 0.2
Hex 7 62 4 5D 0 60 3E 76 5C 14
Octal 7 142 4 135 0 140 76 166 134 24
Binary 111 1100010 100 1011101 0 1100000 111110 1110110 1011100 10100

Color Harmonies of #076204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076204

Black with #076204

Text Example


Text Example

White with #076204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076204; }

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

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

background-color css

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

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

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

border-color css

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

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

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