#076601

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

Shades of Green #076601

Tints of Green #076601

Color information

#076601 (or 0x076601) is unknown color: approx Green. HEX triplet: 07, 66 and 01. RGB value is (7,102,1). Sum of RGB (Red+Green+Blue) = 7+102+1=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 102 (40.23% from 255 or 92.73% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 102 - color contains mainly: green. Hex color #076601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076601 is #F899FE. Grayscale: #3E3E3E. Windows color (decimal): -16292351 or 91655. OLE color: 91655.

HSL color Cylindrical-coordinate representation of color #076601: hue angle of 116.44º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #076601 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB71021-
CMYK0.9300.990.6
HSL116.44º98.06%20.2%-
HSV(B)116.44º99.02%40%-
XYZ4.849.551.62-
YUV62.0893.5388.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.36%
GREEN value IS 102 (40.23% from 255) = 92.73%
BLUE value IS 1 (0.78% from 255) = 0.91%
R=6.36%
G=92.73%
B=0.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal710210.9300.990.6116.4498.0620.2
Hex76615D0633C746214
Octal7146113501437416414224
Binary111110011011011101011000111111001110100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076601; }

 p { color: rgb(7,102,1); }

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

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

 a { background-color: rgb(7,102,1); }

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

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

 span { border-color: rgb(7,102,1); }

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