#097D0F

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

Shades of Green #097D0F

Tints of Green #097D0F

Color information

#097D0F (or 0x097D0F) is unknown color: approx Green. HEX triplet: 09, 7D and 0F. RGB value is (9,125,15). Sum of RGB (Red+Green+Blue) = 9+125+15=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 125 (49.22% from 255 or 83.89% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 125 - color contains mainly: green. Hex color #097D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097D0F is #F682F0. Grayscale: #4E4E4E. Windows color (decimal): -16155377 or 1015049. OLE color: 1015049.

HSL color Cylindrical-coordinate representation of color #097D0F: hue angle of 123.1º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097D0F is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB912515-
CMYK0.9300.880.51
HSL123.1º86.57%26.27%-
HSV(B)123.1º92.8%49.02%-
XYZ7.5314.762.9-
YUV77.7892.5778.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 125 (49.22% from 255) = 83.89%
BLUE value IS 15 (6.25% from 255) = 10.07%
R=6.04%
G=83.89%
B=10.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9125150.9300.880.51123.186.5726.27
Hex97DF5D058337b571a
Octal111751713501306317312732
Binary1001111110111111011101010110001100111111011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097D0F; }

 p { color: rgb(9,125,15); }

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

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

 a { background-color: rgb(9,125,15); }

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

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

 span { border-color: rgb(9,125,15); }

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