#716905

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

Shades of Olive #716905

Tints of Olive #716905

Color information

#716905 (or 0x716905) is unknown color: approx Olive. HEX triplet: 71, 69 and 05. RGB value is (113,105,5). Sum of RGB (Red+Green+Blue) = 113+105+5=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #716905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716905 is #8E96FA. Grayscale: #606060. Windows color (decimal): -9344763 or 354673. OLE color: 354673.

HSL color Cylindrical-coordinate representation of color #716905: hue angle of 55.56º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #716905 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB1131055-
CMYK00.070.960.56
HSL55.56º91.53%23.14%-
HSV(B)55.56º95.58%44.31%-
XYZ11.8913.622.15-
YUV95.9976.65140.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 105 (41.41% from 255) = 47.09%
BLUE value IS 5 (2.34% from 255) = 2.24%
R=50.67%
G=47.09%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113105500.070.960.5655.5691.5323.14
Hex71695076038385c17
Octal161151507140707013427
Binary1110001110100110101111100000111000111000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716905; }

 p { color: rgb(113,105,5); }

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

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

 a { background-color: rgb(113,105,5); }

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

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

 span { border-color: rgb(113,105,5); }

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