Html Css Color HEX #076604 Green

📋 copy color: '#076604'

red 7 ◦ green 102 ◦ blue 4

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

Shades of Green #076604

Tints of Green #076604

RGB

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

 GREEN value IS 102 (40.23% from 255) = 90.27%

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

R = 6.19%
G = 90.27%
B = 3.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#076604 (or 0x076604) is known color: Green. HEX triplet: 07, 66 and 04. RGB value is (7,102,4). Sum of RGB (Red+Green+Blue) = 7+102+4=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 102 (40.23% from 255 or 90.27% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 102 - color contains mainly: green. Hex color #076604 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076604 is #F899FB. Grayscale: #3E3E3E. Windows color (decimal): -16292348 or 288263. OLE color: 288263.

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

Color convert

RGB 7 102 4 -
CMYK 0.93 0 0.96 0.6
HSL 118.16º 0.92% 0.21% -
HSV(B) 118.16º 0.96% 0.4% -
XYZ 4.86 9.56 1.7 -
YUV 62.42 95.03 88.47 -
System Red Green Blue C M Y K H S L
Decimal 7 102 4 0.93 0 0.96 0.6 118.16 0.92 0.21
Hex 7 66 4 5D 0 60 3C 76 5C 15
Octal 7 146 4 135 0 140 74 166 134 25
Binary 111 1100110 100 1011101 0 1100000 111100 1110110 1011100 10101

Color Harmonies of #076604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076604

Black with #076604

Text Example


Text Example

White with #076604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076604; }

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

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

background-color css

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

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

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

border-color css

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

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

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