#076514

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

Shades of Green #076514

Tints of Green #076514

Color information

#076514 (or 0x076514) is unknown color: approx Green. HEX triplet: 07, 65 and 14. RGB value is (7,101,20). Sum of RGB (Red+Green+Blue) = 7+101+20=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 101 (39.84% from 255 or 78.91% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 101 - color contains mainly: green. Hex color #076514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076514 is #F89AEB. Grayscale: #3F3F3F. Windows color (decimal): -16292588 or 1336583. OLE color: 1336583.

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

Color convert

RGB710120-
CMYK0.9300.800.60
HSL128.3º87.04%21.18%-
HSV(B)128.3º93.07%39.61%-
XYZ4.879.42.22-
YUV63.66103.3687.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.47%
GREEN value IS 101 (39.84% from 255) = 78.91%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=5.47%
G=78.91%
B=15.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7101200.9300.800.60128.387.0421.18
Hex765145D0503C805715
Octal71452413501207420012725
Binary11111001011010010111010101000011110010000000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076514; }

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

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

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

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

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

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

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

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