#716500

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

Shades of Olive #716500

Tints of Olive #716500

Color information

#716500 (or 0x716500) is unknown color: approx Olive. HEX triplet: 71, 65 and 00. RGB value is (113,101,0). Sum of RGB (Red+Green+Blue) = 113+101+0=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #716500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716500 is #8E9AFF. Grayscale: #5D5D5D. Windows color (decimal): -9345792 or 25969. OLE color: 25969.

HSL color Cylindrical-coordinate representation of color #716500: hue angle of 53.63º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #716500 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB1131010-
CMYK00.1110.56
HSL53.63º100%22.16%-
HSV(B)53.63º100%44.31%-
XYZ11.4612.821.87-
YUV93.0775.48142.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.80%
GREEN value IS 101 (39.84% from 255) = 47.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.80%
G=47.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113101000.1110.5653.6310022.16
Hex716500B6438366416
Octal1611450013144706614426
Binary111000111001010010111100100111000110110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716500; }

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

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

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

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

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

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

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

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