#718830

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

Shades of Olive Drab #718830

Tints of Olive Drab #718830

Color information

#718830 (or 0x718830) is unknown color: approx Olive Drab. HEX triplet: 71, 88 and 30. RGB value is (113,136,48). Sum of RGB (Red+Green+Blue) = 113+136+48=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #718830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718830 is #8E77CF. Grayscale: #777777. Windows color (decimal): -9336784 or 3180657. OLE color: 3180657.

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

Color convert

RGB11313648-
CMYK0.1700.650.47
HSL75.68º47.83%36.08%-
HSV(B)75.68º64.71%53.33%-
XYZ16.1521.336.06-
YUV119.0987.88123.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 136 (53.52% from 255) = 45.79%
BLUE value IS 48 (19.14% from 255) = 16.16%
R=38.05%
G=45.79%
B=16.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113136480.1700.650.4775.6847.8336.08
Hex718830110412F4c3024
Octal16121060210101571146044
Binary11100011000100011000010001010000011011111001100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718830; }

 p { color: rgb(113,136,48); }

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

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

 a { background-color: rgb(113,136,48); }

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

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

 span { border-color: rgb(113,136,48); }

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