#076208

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

Shades of Green #076208

Tints of Green #076208

Color information

#076208 (or 0x076208) is unknown color: approx Green. HEX triplet: 07, 62 and 08. RGB value is (7,98,8). Sum of RGB (Red+Green+Blue) = 7+98+8=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 98 (38.67% from 255 or 86.73% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 98 - color contains mainly: green. Hex color #076208 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076208 is #F89DF7. Grayscale: #3C3C3C. Windows color (decimal): -16293368 or 549383. OLE color: 549383.

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

Color convert

RGB7988-
CMYK0.9300.920.62
HSL120.66º86.67%20.59%-
HSV(B)120.66º92.86%38.43%-
XYZ4.58.81.69-
YUV60.5398.3589.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 98 (38.67% from 255) = 86.73%
BLUE value IS 8 (3.52% from 255) = 7.08%
R=6.19%
G=86.73%
B=7.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal79880.9300.920.62120.6686.6720.59
Hex76285D05C3E795715
Octal71421013501347617112725
Binary111110001010001011101010111001111101111001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076208; }

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

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

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

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

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

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

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

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