#718638

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

Shades of Olive Drab #718638

Tints of Olive Drab #718638

Color information

#718638 (or 0x718638) is unknown color: approx Olive Drab. HEX triplet: 71, 86 and 38. RGB value is (113,134,56). Sum of RGB (Red+Green+Blue) = 113+134+56=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #718638 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718638 is #8E79C7. Grayscale: #777777. Windows color (decimal): -9337288 or 3704433. OLE color: 3704433.

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

Color convert

RGB11313456-
CMYK0.1600.580.47
HSL76.15º41.05%37.25%-
HSV(B)76.15º58.21%52.55%-
XYZ16.0520.856.92-
YUV118.8392.54123.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 134 (52.73% from 255) = 44.22%
BLUE value IS 56 (22.27% from 255) = 18.48%
R=37.29%
G=44.22%
B=18.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113134560.1600.580.4776.1541.0537.25
Hex7186381003A2F4c2925
Octal1612067020072571145145
Binary1110001100001101110001000001110101011111001100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718638; }

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

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

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

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

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

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

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

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