#718209

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

Shades of Olive #718209

Tints of Olive #718209

Color information

#718209 (or 0x718209) is unknown color: approx Olive. HEX triplet: 71, 82 and 09. RGB value is (113,130,9). Sum of RGB (Red+Green+Blue) = 113+130+9=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #718209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718209 is #8E7DF6. Grayscale: #6F6F6F. Windows color (decimal): -9338359 or 623217. OLE color: 623217.

HSL color Cylindrical-coordinate representation of color #718209: hue angle of 68.43º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #718209 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB1131309-
CMYK0.1300.930.49
HSL68.43º87.05%27.25%-
HSV(B)68.43º93.08%50.98%-
XYZ14.8419.53.24-
YUV111.1270.37129.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 130 (51.17% from 255) = 51.59%
BLUE value IS 9 (3.91% from 255) = 3.57%
R=44.84%
G=51.59%
B=3.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11313090.1300.930.4968.4387.0527.25
Hex71829D05D3144571b
Octal161202111501356110412733
Binary11100011000001010011101010111011100011000100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718209; }

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

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

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

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

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

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

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

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