#718236

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

Shades of Olive Drab #718236

Tints of Olive Drab #718236

Color information

#718236 (or 0x718236) is unknown color: approx Olive Drab. HEX triplet: 71, 82 and 36. RGB value is (113,130,54). Sum of RGB (Red+Green+Blue) = 113+130+54=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #718236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718236 is #8E7DC9. Grayscale: #747474. Windows color (decimal): -9338314 or 3572337. OLE color: 3572337.

HSL color Cylindrical-coordinate representation of color #718236: hue angle of 73.42º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #718236 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB11313054-
CMYK0.1300.580.49
HSL73.42º41.3%36.08%-
HSV(B)73.42º58.46%50.98%-
XYZ15.4619.746.49-
YUV116.2592.87125.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 54 (21.48% from 255) = 18.18%
R=38.05%
G=43.77%
B=18.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113130540.1300.580.4973.4241.336.08
Hex718236D03A31492924
Octal1612026615072611115144
Binary111000110000010110110110101110101100011001001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718236; }

 p { color: rgb(113,130,54); }

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

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

 a { background-color: rgb(113,130,54); }

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

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

 span { border-color: rgb(113,130,54); }

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