#097714

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

Shades of Green #097714

Tints of Green #097714

Color information

#097714 (or 0x097714) is unknown color: approx Green. HEX triplet: 09, 77 and 14. RGB value is (9,119,20). Sum of RGB (Red+Green+Blue) = 9+119+20=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 119 (46.88% from 255 or 80.41% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 119 - color contains mainly: green. Hex color #097714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097714 is #F688EB. Grayscale: #4B4B4B. Windows color (decimal): -16156908 or 1341193. OLE color: 1341193.

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

Color convert

RGB911920-
CMYK0.9200.830.53
HSL126º85.94%25.1%-
HSV(B)126º92.44%46.67%-
XYZ6.8413.32.87-
YUV74.8297.0681.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 119 (46.88% from 255) = 80.41%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=6.08%
G=80.41%
B=13.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9119200.9200.830.5312685.9425.1
Hex977145C053357e5619
Octal111672413401236517612631
Binary10011110111101001011100010100111101011111110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097714; }

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

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

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

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

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

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

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

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