#718D30

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

Shades of Olive Drab #718D30

Tints of Olive Drab #718D30

Color information

#718D30 (or 0x718D30) is unknown color: approx Olive Drab. HEX triplet: 71, 8D and 30. RGB value is (113,141,48). Sum of RGB (Red+Green+Blue) = 113+141+48=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #718D30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718D30 is #8E72CF. Grayscale: #7A7A7A. Windows color (decimal): -9335504 or 3181937. OLE color: 3181937.

HSL color Cylindrical-coordinate representation of color #718D30: hue angle of 78.06º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #718D30 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB11314148-
CMYK0.2000.660.45
HSL78.06º49.21%37.06%-
HSV(B)78.06º65.96%55.29%-
XYZ16.8722.776.3-
YUV122.0386.22121.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 141 (55.47% from 255) = 46.69%
BLUE value IS 48 (19.14% from 255) = 15.89%
R=37.42%
G=46.69%
B=15.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113141480.2000.660.4578.0649.2137.06
Hex718D30140422D4e3125
Octal16121560240102551166145
Binary11100011000110111000010100010000101011011001110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,141,48); }

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

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

 a { background-color: rgb(113,141,48); }

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

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

 span { border-color: rgb(113,141,48); }

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