#076812

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

Shades of Green #076812

Tints of Green #076812

Color information

#076812 (or 0x076812) is unknown color: approx Green. HEX triplet: 07, 68 and 12. RGB value is (7,104,18). Sum of RGB (Red+Green+Blue) = 7+104+18=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 104 (41.02% from 255 or 80.62% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 104 - color contains mainly: green. Hex color #076812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076812 is #F897ED. Grayscale: #414141. Windows color (decimal): -16291822 or 1206279. OLE color: 1206279.

HSL color Cylindrical-coordinate representation of color #076812: hue angle of 126.8º degrees, saturation: 0.87, 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 #076812 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB710418-
CMYK0.9300.830.59
HSL126.8º87.39%21.76%-
HSV(B)126.8º93.27%40.78%-
XYZ5.159.992.23-
YUV65.19101.3686.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.43%
GREEN value IS 104 (41.02% from 255) = 80.62%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=5.43%
G=80.62%
B=13.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104180.9300.830.59126.887.3921.76
Hex768125D0533B7f5716
Octal71502213501237317712726
Binary1111101000100101011101010100111110111111111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076812; }

 p { color: rgb(7,104,18); }

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

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

 a { background-color: rgb(7,104,18); }

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

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

 span { border-color: rgb(7,104,18); }

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