#097914

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

Shades of Green #097914

Tints of Green #097914

Color information

#097914 (or 0x097914) is unknown color: approx Green. HEX triplet: 09, 79 and 14. RGB value is (9,121,20). Sum of RGB (Red+Green+Blue) = 9+121+20=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 121 (47.66% from 255 or 80.67% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 121 - color contains mainly: green. Hex color #097914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097914 is #F686EB. Grayscale: #4C4C4C. Windows color (decimal): -16156396 or 1341705. OLE color: 1341705.

HSL color Cylindrical-coordinate representation of color #097914: hue angle of 125.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097914 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB912120-
CMYK0.9300.830.53
HSL125.89º86.15%25.49%-
HSV(B)125.89º92.56%47.45%-
XYZ7.0813.782.95-
YUV7696.3980.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 121 (47.66% from 255) = 80.67%
BLUE value IS 20 (8.20% from 255) = 13.33%
R=6%
G=80.67%
B=13.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9121200.9300.830.53125.8986.1525.49
Hex979145D053357e5619
Octal111712413501236517612631
Binary10011111001101001011101010100111101011111110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097914; }

 p { color: rgb(9,121,20); }

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

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

 a { background-color: rgb(9,121,20); }

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

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

 span { border-color: rgb(9,121,20); }

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