#076908

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

Shades of Green #076908

Tints of Green #076908

Color information

#076908 (or 0x076908) is unknown color: approx Green. HEX triplet: 07, 69 and 08. RGB value is (7,105,8). Sum of RGB (Red+Green+Blue) = 7+105+8=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 105 (41.41% from 255 or 87.5% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 105 - color contains mainly: green. Hex color #076908 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076908 is #F896F7. Grayscale: #404040. Windows color (decimal): -16291576 or 551175. OLE color: 551175.

HSL color Cylindrical-coordinate representation of color #076908: hue angle of 120.61º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076908 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB71058-
CMYK0.9300.920.59
HSL120.61º87.5%21.96%-
HSV(B)120.61º93.33%41.18%-
XYZ5.1810.171.92-
YUV64.6496.0386.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 105 (41.41% from 255) = 87.5%
BLUE value IS 8 (3.52% from 255) = 6.67%
R=5.83%
G=87.5%
B=6.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal710580.9300.920.59120.6187.521.96
Hex76985D05C3B795816
Octal71511013501347317113026
Binary111110100110001011101010111001110111111001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076908; }

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

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

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

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

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

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

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

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