#718700

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

Shades of Olive #718700

Tints of Olive #718700

Color information

#718700 (or 0x718700) is unknown color: approx Olive. HEX triplet: 71, 87 and 00. RGB value is (113,135,0). Sum of RGB (Red+Green+Blue) = 113+135+0=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #718700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718700 is #8E78FF. Grayscale: #717171. Windows color (decimal): -9337088 or 34673. OLE color: 34673.

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

Color convert

RGB1131350-
CMYK0.16010.47
HSL69.78º100%26.47%-
HSV(B)69.78º100%52.94%-
XYZ15.4720.843.21-
YUV113.0364.21127.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.56%
GREEN value IS 135 (53.12% from 255) = 54.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.56%
G=54.44%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11313500.16010.4769.7810026.47
Hex71870100642F46641a
Octal16120702001445710614432
Binary111000110000111010000011001001011111000110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718700; }

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

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

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

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

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

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

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

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