#718733

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

Shades of Olive Drab #718733

Tints of Olive Drab #718733

Color information

#718733 (or 0x718733) is unknown color: approx Olive Drab. HEX triplet: 71, 87 and 33. RGB value is (113,135,51). Sum of RGB (Red+Green+Blue) = 113+135+51=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #718733 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718733 is #8E78CC. Grayscale: #777777. Windows color (decimal): -9337037 or 3377009. OLE color: 3377009.

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

Color convert

RGB11313551-
CMYK0.1600.620.47
HSL75.71º45.16%36.47%-
HSV(B)75.71º62.22%52.94%-
XYZ16.0721.086.35-
YUV118.8589.71123.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 135 (53.12% from 255) = 45.15%
BLUE value IS 51 (20.31% from 255) = 17.06%
R=37.79%
G=45.15%
B=17.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135510.1600.620.4775.7145.1636.47
Hex7187331003E2F4c2d24
Octal1612076320076571145544
Binary1110001100001111100111000001111101011111001100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718733; }

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

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

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

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

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

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

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

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