#097018

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

Shades of Green #097018

Tints of Green #097018

Color information

#097018 (or 0x097018) is unknown color: approx Green. HEX triplet: 09, 70 and 18. RGB value is (9,112,24). Sum of RGB (Red+Green+Blue) = 9+112+24=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 112 (44.14% from 255 or 77.24% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 112 - color contains mainly: green. Hex color #097018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097018 is #F68FE7. Grayscale: #474747. Windows color (decimal): -16158696 or 1601545. OLE color: 1601545.

HSL color Cylindrical-coordinate representation of color #097018: hue angle of 128.74º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097018 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB911224-
CMYK0.9200.790.56
HSL128.74º85.12%23.73%-
HSV(B)128.74º91.96%43.92%-
XYZ6.0711.712.8-
YUV71.17101.3883.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 112 (44.14% from 255) = 77.24%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=6.21%
G=77.24%
B=16.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9112240.9200.790.56128.7485.1223.73
Hex970185C04F38815518
Octal111603013401177020112530
Binary100111100001100010111000100111111100010000001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097018; }

 p { color: rgb(9,112,24); }

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

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

 a { background-color: rgb(9,112,24); }

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

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

 span { border-color: rgb(9,112,24); }

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