#718234

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

Shades of Olive Drab #718234

Tints of Olive Drab #718234

Color information

#718234 (or 0x718234) is unknown color: approx Olive Drab. HEX triplet: 71, 82 and 34. RGB value is (113,130,52). Sum of RGB (Red+Green+Blue) = 113+130+52=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #718234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718234 is #8E7DCB. Grayscale: #747474. Windows color (decimal): -9338316 or 3441265. OLE color: 3441265.

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

Color convert

RGB11313052-
CMYK0.1300.600.49
HSL73.08º42.86%35.69%-
HSV(B)73.08º60%50.98%-
XYZ15.4119.726.24-
YUV116.0291.87125.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 52 (20.70% from 255) = 17.63%
R=38.31%
G=44.07%
B=17.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113130520.1300.600.4973.0842.8635.69
Hex718234D03C31492b24
Octal1612026415074611115344
Binary111000110000010110100110101111001100011001001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718234; }

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

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

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

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

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

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

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

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