#718200

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

Shades of Olive #718200

Tints of Olive #718200

Color information

#718200 (or 0x718200) is unknown color: approx Olive. HEX triplet: 71, 82 and 00. RGB value is (113,130,0). Sum of RGB (Red+Green+Blue) = 113+130+0=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #718200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718200 is #8E7DFF. Grayscale: #6E6E6E. Windows color (decimal): -9338368 or 33393. OLE color: 33393.

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

Color convert

RGB1131300-
CMYK0.13010.49
HSL67.85º100%25.49%-
HSV(B)67.85º100%50.98%-
XYZ14.7919.482.98-
YUV110.165.87130.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 130 (51.17% from 255) = 53.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.50%
G=53.50%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11313000.13010.4967.8510025.49
Hex71820D06431446419
Octal16120201501446110414431
Binary11100011000001001101011001001100011000100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718200; }

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

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

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

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

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

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

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

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