#076104

Color #076104 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #076104

Tints of Green #076104

Color information

#076104 (or 0x076104) is unknown color: approx Green. HEX triplet: 07, 61 and 04. RGB value is (7,97,4). Sum of RGB (Red+Green+Blue) = 7+97+4=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 97 (38.28% from 255 or 89.81% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 97 - color contains mainly: green. Hex color #076104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076104 is #F89EFB. Grayscale: #3B3B3B. Windows color (decimal): -16293628 or 286983. OLE color: 286983.

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

Color convert

RGB7974-
CMYK0.9300.960.62
HSL118.06º92.08%19.8%-
HSV(B)118.06º95.88%38.04%-
XYZ4.388.61.54-
YUV59.4996.6890.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.48%
GREEN value IS 97 (38.28% from 255) = 89.81%
BLUE value IS 4 (1.95% from 255) = 3.70%
R=6.48%
G=89.81%
B=3.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal79740.9300.960.62118.0692.0819.8
Hex76145D0603E765c14
Octal7141413501407616613424
Binary11111000011001011101011000001111101110110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076104; }

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

 H1.HeaderClassName
 {
   color: #076104;
 }
 .AnyTagClassName
 {
   color: #076104;
 }
</style>
background-color css

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

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

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

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

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

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