#718A09

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

Shades of Olive #718A09

Tints of Olive #718A09

Color information

#718A09 (or 0x718A09) is unknown color: approx Olive. HEX triplet: 71, 8A and 09. RGB value is (113,138,9). Sum of RGB (Red+Green+Blue) = 113+138+9=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 138 (54.30% from 255 or 53.08% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 138 - color contains mainly: green. Hex color #718A09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718A09 is #8E75F6. Grayscale: #747474. Windows color (decimal): -9336311 or 625265. OLE color: 625265.

HSL color Cylindrical-coordinate representation of color #718A09: hue angle of 71.63º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #718A09 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB1131389-
CMYK0.1800.930.46
HSL71.63º87.76%28.82%-
HSV(B)71.63º93.48%54.12%-
XYZ15.9521.713.61-
YUV115.8267.72125.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 138 (54.30% from 255) = 53.08%
BLUE value IS 9 (3.91% from 255) = 3.46%
R=43.46%
G=53.08%
B=3.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11313890.1800.930.4671.6387.7628.82
Hex718A91205D2E48581d
Octal161212112201355611013035
Binary111000110001010100110010010111011011101001000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718A09; }

 p { color: rgb(113,138,9); }

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

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

 a { background-color: rgb(113,138,9); }

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

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

 span { border-color: rgb(113,138,9); }

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