#718709

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

Shades of Olive #718709

Tints of Olive #718709

Color information

#718709 (or 0x718709) is unknown color: approx Olive. HEX triplet: 71, 87 and 09. RGB value is (113,135,9). Sum of RGB (Red+Green+Blue) = 113+135+9=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #718709 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718709 is #8E78F6. Grayscale: #727272. Windows color (decimal): -9337079 or 624497. OLE color: 624497.

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

Color convert

RGB1131359-
CMYK0.1600.930.47
HSL70.48º87.5%28.24%-
HSV(B)70.48º93.33%52.94%-
XYZ15.5220.863.47-
YUV114.0668.71127.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.97%
GREEN value IS 135 (53.12% from 255) = 52.53%
BLUE value IS 9 (3.91% from 255) = 3.50%
R=43.97%
G=52.53%
B=3.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11313590.1600.930.4770.4887.528.24
Hex718791005D2F46581c
Octal161207112001355710613034
Binary111000110000111100110000010111011011111000110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718709; }

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

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

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

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

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

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

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

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