#718704

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

Shades of Olive #718704

Tints of Olive #718704

Color information

#718704 (or 0x718704) is unknown color: approx Olive. HEX triplet: 71, 87 and 04. RGB value is (113,135,4). Sum of RGB (Red+Green+Blue) = 113+135+4=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #718704 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718704 is #8E78FB. Grayscale: #717171. Windows color (decimal): -9337084 or 296817. OLE color: 296817.

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

Color convert

RGB1131354-
CMYK0.1600.970.47
HSL70.08º94.24%27.25%-
HSV(B)70.08º97.04%52.94%-
XYZ15.520.853.32-
YUV113.4966.21127.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 135 (53.12% from 255) = 53.57%
BLUE value IS 4 (1.95% from 255) = 1.59%
R=44.84%
G=53.57%
B=1.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11313540.1600.970.4770.0894.2427.25
Hex71874100612F465e1b
Octal16120742001415710613633
Binary11100011000011110010000011000011011111000110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718704; }

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

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

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

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

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

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

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

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