#095701

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

Shades of Green #095701

Tints of Green #095701

Color information

#095701 (or 0x095701) is unknown color: approx Green. HEX triplet: 09, 57 and 01. RGB value is (9,87,1). Sum of RGB (Red+Green+Blue) = 9+87+1=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 87 (34.38% from 255 or 89.69% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 87 - color contains mainly: green. Hex color #095701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095701 is #F6A8FE. Grayscale: #363636. Windows color (decimal): -16165119 or 87817. OLE color: 87817.

HSL color Cylindrical-coordinate representation of color #095701: hue angle of 114.42º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #095701 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB9871-
CMYK0.9000.990.66
HSL114.42º97.73%17.25%-
HSV(B)114.42º98.85%34.12%-
XYZ3.536.881.17-
YUV53.8798.1695.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 87 (34.38% from 255) = 89.69%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=9.28%
G=89.69%
B=1.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal98710.9000.990.66114.4297.7317.25
Hex95715A06342726211
Octal111271132014310216214221
Binary10011010111110110100110001110000101110010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095701; }

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

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

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

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

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

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

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

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