#718738

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

Shades of Olive Drab #718738

Tints of Olive Drab #718738

Color information

#718738 (or 0x718738) is unknown color: approx Olive Drab. HEX triplet: 71, 87 and 38. RGB value is (113,135,56). Sum of RGB (Red+Green+Blue) = 113+135+56=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #718738 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718738 is #8E78C7. Grayscale: #777777. Windows color (decimal): -9337032 or 3704689. OLE color: 3704689.

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

Color convert

RGB11313556-
CMYK0.1600.590.47
HSL76.71º41.36%37.45%-
HSV(B)76.71º58.52%52.94%-
XYZ16.1921.126.97-
YUV119.4292.21123.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.17%
GREEN value IS 135 (53.12% from 255) = 44.41%
BLUE value IS 56 (22.27% from 255) = 18.42%
R=37.17%
G=44.41%
B=18.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135560.1600.590.4776.7141.3637.45
Hex7187381003B2F4d2925
Octal1612077020073571155145
Binary1110001100001111110001000001110111011111001101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718738; }

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

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

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

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

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

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

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

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