#718633

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

Shades of Olive Drab #718633

Tints of Olive Drab #718633

Color information

#718633 (or 0x718633) is unknown color: approx Olive Drab. HEX triplet: 71, 86 and 33. RGB value is (113,134,51). Sum of RGB (Red+Green+Blue) = 113+134+51=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #718633 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718633 is #8E79CC. Grayscale: #767676. Windows color (decimal): -9337293 or 3376753. OLE color: 3376753.

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

Color convert

RGB11313451-
CMYK0.1600.620.47
HSL75.18º44.86%36.27%-
HSV(B)75.18º61.94%52.55%-
XYZ15.9320.86.31-
YUV118.2690.04124.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.92%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=37.92%
G=44.97%
B=17.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113134510.1600.620.4775.1844.8636.27
Hex7186331003E2F4b2d24
Octal1612066320076571135544
Binary1110001100001101100111000001111101011111001011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718633; }

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

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

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

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

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

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

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

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