#076312

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

Shades of Green #076312

Tints of Green #076312

Color information

#076312 (or 0x076312) is unknown color: approx Green. HEX triplet: 07, 63 and 12. RGB value is (7,99,18). Sum of RGB (Red+Green+Blue) = 7+99+18=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 99 (39.06% from 255 or 79.84% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 99 - color contains mainly: green. Hex color #076312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076312 is #F89CED. Grayscale: #3E3E3E. Windows color (decimal): -16293102 or 1204999. OLE color: 1204999.

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

Color convert

RGB79918-
CMYK0.9300.820.61
HSL127.17º86.79%20.78%-
HSV(B)127.17º92.93%38.82%-
XYZ4.669.012.07-
YUV62.26103.0288.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.65%
GREEN value IS 99 (39.06% from 255) = 79.84%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=5.65%
G=79.84%
B=14.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal799180.9300.820.61127.1786.7920.78
Hex763125D0523D7f5715
Octal71432213501227517712725
Binary1111100011100101011101010100101111011111111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076312; }

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

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

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

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

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

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

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

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