#718713

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

Shades of Olive Drab #718713

Tints of Olive Drab #718713

Color information

#718713 (or 0x718713) is unknown color: approx Olive Drab. HEX triplet: 71, 87 and 13. RGB value is (113,135,19). Sum of RGB (Red+Green+Blue) = 113+135+19=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #718713 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718713 is #8E78EC. Grayscale: #737373. Windows color (decimal): -9337069 or 1279857. OLE color: 1279857.

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

Color convert

RGB11313519-
CMYK0.1600.860.47
HSL71.38º75.32%30.2%-
HSV(B)71.38º85.93%52.94%-
XYZ15.5920.893.83-
YUV115.273.71126.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.32%
GREEN value IS 135 (53.12% from 255) = 50.56%
BLUE value IS 19 (7.81% from 255) = 7.12%
R=42.32%
G=50.56%
B=7.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135190.1600.860.4771.3875.3230.2
Hex718713100562F474b1e
Octal161207232001265710711336
Binary1110001100001111001110000010101101011111000111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718713; }

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

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

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

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

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

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

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

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