#097201

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

Shades of Green #097201

Tints of Green #097201

Color information

#097201 (or 0x097201) is unknown color: approx Green. HEX triplet: 09, 72 and 01. RGB value is (9,114,1). Sum of RGB (Red+Green+Blue) = 9+114+1=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 114 (44.92% from 255 or 91.94% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 114 - color contains mainly: green. Hex color #097201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097201 is #F68DFE. Grayscale: #464646. Windows color (decimal): -16158207 or 94729. OLE color: 94729.

HSL color Cylindrical-coordinate representation of color #097201: hue angle of 115.75º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #097201 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB91141-
CMYK0.9200.990.55
HSL115.75º98.26%22.55%-
HSV(B)115.75º99.12%44.71%-
XYZ6.1412.092.04-
YUV69.7289.2184.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 114 (44.92% from 255) = 91.94%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=7.26%
G=91.94%
B=0.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal911410.9200.990.55115.7598.2622.55
Hex97215C06337746217
Octal11162113401436716414227
Binary1001111001011011100011000111101111110100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097201; }

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

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

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

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

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

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

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

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