#718702

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

Shades of Olive #718702

Tints of Olive #718702

Color information

#718702 (or 0x718702) is unknown color: approx Olive. HEX triplet: 71, 87 and 02. RGB value is (113,135,2). Sum of RGB (Red+Green+Blue) = 113+135+2=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #718702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718702 is #8E78FD. Grayscale: #717171. Windows color (decimal): -9337086 or 165745. OLE color: 165745.

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

Color convert

RGB1131352-
CMYK0.1600.990.47
HSL69.92º97.08%26.86%-
HSV(B)69.92º98.52%52.94%-
XYZ15.4820.843.26-
YUV113.2665.21127.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.2%
GREEN value IS 135 (53.12% from 255) = 54%
BLUE value IS 2 (1.17% from 255) = 0.8%
R=45.2%
G=54%
B=0.8%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11313520.1600.990.4769.9297.0826.86
Hex71872100632F46611b
Octal16120722001435710614133
Binary1110001100001111010000011000111011111000110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718702; }

 p { color: rgb(113,135,2); }

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

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

 a { background-color: rgb(113,135,2); }

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

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

 span { border-color: rgb(113,135,2); }

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