#076311

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

Shades of Green #076311

Tints of Green #076311

Color information

#076311 (or 0x076311) is unknown color: approx Green. HEX triplet: 07, 63 and 11. RGB value is (7,99,17). Sum of RGB (Red+Green+Blue) = 7+99+17=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 99 (39.06% from 255 or 80.49% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 99 - color contains mainly: green. Hex color #076311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076311 is #F89CEE. Grayscale: #3E3E3E. Windows color (decimal): -16293103 or 1139463. OLE color: 1139463.

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

Color convert

RGB79917-
CMYK0.9300.830.61
HSL126.52º86.79%20.78%-
HSV(B)126.52º92.93%38.82%-
XYZ4.659.012.02-
YUV62.14102.5288.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.69%
GREEN value IS 99 (39.06% from 255) = 80.49%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=5.69%
G=80.49%
B=13.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal799170.9300.830.61126.5286.7920.78
Hex763115D0533D7f5715
Octal71432113501237517712725
Binary1111100011100011011101010100111111011111111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076311; }

 p { color: rgb(7,99,17); }

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

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

 a { background-color: rgb(7,99,17); }

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

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

 span { border-color: rgb(7,99,17); }

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