#097614

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

Shades of Green #097614

Tints of Green #097614

Color information

#097614 (or 0x097614) is unknown color: approx Green. HEX triplet: 09, 76 and 14. RGB value is (9,118,20). Sum of RGB (Red+Green+Blue) = 9+118+20=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 118 (46.48% from 255 or 80.27% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 118 - color contains mainly: green. Hex color #097614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097614 is #F689EB. Grayscale: #4A4A4A. Windows color (decimal): -16157164 or 1340937. OLE color: 1340937.

HSL color Cylindrical-coordinate representation of color #097614: hue angle of 126.06º 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 #097614 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB911820-
CMYK0.9200.830.54
HSL126.06º85.83%24.9%-
HSV(B)126.06º92.37%46.27%-
XYZ6.7213.072.83-
YUV74.2497.3981.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 118 (46.48% from 255) = 80.27%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=6.12%
G=80.27%
B=13.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9118200.9200.830.54126.0685.8324.9
Hex976145C053367e5619
Octal111662413401236617612631
Binary10011110110101001011100010100111101101111110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097614; }

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

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

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

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

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

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

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

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