#097500

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

Shades of Green #097500

Tints of Green #097500

Color information

#097500 (or 0x097500) is unknown color: approx Green. HEX triplet: 09, 75 and 00. RGB value is (9,117,0). Sum of RGB (Red+Green+Blue) = 9+117+0=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 117 (46.09% from 255 or 92.86% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 117 - color contains mainly: green. Hex color #097500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097500 is #F68AFF. Grayscale: #474747. Windows color (decimal): -16157440 or 29961. OLE color: 29961.

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

Color convert

RGB91170-
CMYK0.92010.54
HSL115.38º100%22.94%-
HSV(B)115.38º100%45.88%-
XYZ6.4712.782.13-
YUV71.3787.7283.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 117 (46.09% from 255) = 92.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=7.14%
G=92.86%
B=0%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal911700.92010.54115.3810022.94
Hex97505C06436736417
Octal11165013401446616314427
Binary1001111010101011100011001001101101110011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097500; }

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

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

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

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

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

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

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

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