#718C0A

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

Shades of Olive Drab #718C0A

Tints of Olive Drab #718C0A

Color information

#718C0A (or 0x718C0A) is unknown color: approx Olive Drab. HEX triplet: 71, 8C and 0A. RGB value is (113,140,10). Sum of RGB (Red+Green+Blue) = 113+140+10=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 140 (55.08% from 255 or 53.23% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 140 - color contains mainly: green. Hex color #718C0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718C0A is #8E73F5. Grayscale: #757575. Windows color (decimal): -9335798 or 691313. OLE color: 691313.

HSL color Cylindrical-coordinate representation of color #718C0A: hue angle of 72.46º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #718C0A is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB11314010-
CMYK0.1900.930.45
HSL72.46º86.67%29.41%-
HSV(B)72.46º92.86%54.9%-
XYZ16.2422.293.73-
YUV117.1167.55125.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.97%
GREEN value IS 140 (55.08% from 255) = 53.23%
BLUE value IS 10 (4.30% from 255) = 3.80%
R=42.97%
G=53.23%
B=3.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113140100.1900.930.4572.4686.6729.41
Hex718CA1305D2D48571d
Octal161214122301355511012735
Binary111000110001100101010011010111011011011001000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718C0A; }

 p { color: rgb(113,140,10); }

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

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

 a { background-color: rgb(113,140,10); }

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

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

 span { border-color: rgb(113,140,10); }

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