#096601

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

Shades of Green #096601

Tints of Green #096601

Color information

#096601 (or 0x096601) is unknown color: approx Green. HEX triplet: 09, 66 and 01. RGB value is (9,102,1). Sum of RGB (Red+Green+Blue) = 9+102+1=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 102 (40.23% from 255 or 91.07% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 102 - color contains mainly: green. Hex color #096601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096601 is #F699FE. Grayscale: #3E3E3E. Windows color (decimal): -16161279 or 91657. OLE color: 91657.

HSL color Cylindrical-coordinate representation of color #096601: hue angle of 115.25º 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 #096601 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB91021-
CMYK0.9100.990.6
HSL115.25º98.06%20.2%-
HSV(B)115.25º99.02%40%-
XYZ4.879.561.62-
YUV62.6893.1989.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.04%
GREEN value IS 102 (40.23% from 255) = 91.07%
BLUE value IS 1 (0.78% from 255) = 0.89%
R=8.04%
G=91.07%
B=0.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal910210.9100.990.6115.2598.0620.2
Hex96615B0633C736214
Octal11146113301437416314224
Binary1001110011011011011011000111111001110011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096601; }

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

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

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

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

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

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

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

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