#076314

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

Shades of Green #076314

Tints of Green #076314

Color information

#076314 (or 0x076314) is unknown color: approx Green. HEX triplet: 07, 63 and 14. RGB value is (7,99,20). Sum of RGB (Red+Green+Blue) = 7+99+20=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 99 (39.06% from 255 or 78.57% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 99 - color contains mainly: green. Hex color #076314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076314 is #F89CEB. Grayscale: #3E3E3E. Windows color (decimal): -16293100 or 1336071. OLE color: 1336071.

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

Color convert

RGB79920-
CMYK0.9300.800.61
HSL128.48º86.79%20.78%-
HSV(B)128.48º92.93%38.82%-
XYZ4.689.022.16-
YUV62.49104.0288.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.56%
GREEN value IS 99 (39.06% from 255) = 78.57%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=5.56%
G=78.57%
B=15.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal799200.9300.800.61128.4886.7920.78
Hex763145D0503D805715
Octal71432413501207520012725
Binary11111000111010010111010101000011110110000000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076314; }

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

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

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

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

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

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

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

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