#097211

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

Shades of Green #097211

Tints of Green #097211

Color information

#097211 (or 0x097211) is unknown color: approx Green. HEX triplet: 09, 72 and 11. RGB value is (9,114,17). Sum of RGB (Red+Green+Blue) = 9+114+17=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 114 (44.92% from 255 or 81.43% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 114 - color contains mainly: green. Hex color #097211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097211 is #F68DEE. Grayscale: #474747. Windows color (decimal): -16158191 or 1143305. OLE color: 1143305.

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

Color convert

RGB911417-
CMYK0.9200.850.55
HSL124.57º85.37%24.12%-
HSV(B)124.57º92.11%44.71%-
XYZ6.2312.132.54-
YUV71.5597.2183.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.43%
GREEN value IS 114 (44.92% from 255) = 81.43%
BLUE value IS 17 (7.03% from 255) = 12.14%
R=6.43%
G=81.43%
B=12.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9114170.9200.850.55124.5785.3724.12
Hex972115C055377d5518
Octal111622113401256717512530
Binary10011110010100011011100010101011101111111101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097211; }

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

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

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

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

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

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

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

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