#097512

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

Shades of Green #097512

Tints of Green #097512

Color information

#097512 (or 0x097512) is unknown color: approx Green. HEX triplet: 09, 75 and 12. RGB value is (9,117,18). Sum of RGB (Red+Green+Blue) = 9+117+18=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 117 (46.09% from 255 or 81.25% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 117 - color contains mainly: green. Hex color #097512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097512 is #F68AED. Grayscale: #494949. Windows color (decimal): -16157422 or 1209609. OLE color: 1209609.

HSL color Cylindrical-coordinate representation of color #097512: hue angle of 125º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097512 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB911718-
CMYK0.9200.850.54
HSL125º85.71%24.71%-
HSV(B)125º92.31%45.88%-
XYZ6.5812.822.7-
YUV73.4296.7282.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.25%
GREEN value IS 117 (46.09% from 255) = 81.25%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=6.25%
G=81.25%
B=12.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9117180.9200.850.5412585.7124.71
Hex975125C055367d5619
Octal111652213401256617512631
Binary10011110101100101011100010101011101101111101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097512; }

 p { color: rgb(9,117,18); }

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

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

 a { background-color: rgb(9,117,18); }

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

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

 span { border-color: rgb(9,117,18); }

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