#096001

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

Shades of Green #096001

Tints of Green #096001

Color information

#096001 (or 0x096001) is unknown color: approx Green. HEX triplet: 09, 60 and 01. RGB value is (9,96,1). Sum of RGB (Red+Green+Blue) = 9+96+1=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 96 (37.89% from 255 or 90.57% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 96 - color contains mainly: green. Hex color #096001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096001 is #F69FFE. Grayscale: #3B3B3B. Windows color (decimal): -16162815 or 90121. OLE color: 90121.

HSL color Cylindrical-coordinate representation of color #096001: hue angle of 114.95º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #096001 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB9961-
CMYK0.9100.990.62
HSL114.95º97.94%19.02%-
HSV(B)114.95º98.96%37.65%-
XYZ4.38.431.43-
YUV59.1695.1892.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 96 (37.89% from 255) = 90.57%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=8.49%
G=90.57%
B=0.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal99610.9100.990.62114.9597.9419.02
Hex96015B0633E736213
Octal11140113301437616314223
Binary1001110000011011011011000111111101110011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096001; }

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

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

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

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

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

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

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

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