#716200

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

Shades of Olive #716200

Tints of Olive #716200

Color information

#716200 (or 0x716200) is unknown color: approx Olive. HEX triplet: 71, 62 and 00. RGB value is (113,98,0). Sum of RGB (Red+Green+Blue) = 113+98+0=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #716200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716200 is #8E9DFF. Grayscale: #5B5B5B. Windows color (decimal): -9346560 or 25201. OLE color: 25201.

HSL color Cylindrical-coordinate representation of color #716200: hue angle of 52.04º 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 #716200 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB113980-
CMYK00.1310.56
HSL52.04º100%22.16%-
HSV(B)52.04º100%44.31%-
XYZ11.1812.251.77-
YUV91.3176.47143.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.55%
GREEN value IS 98 (38.67% from 255) = 46.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.55%
G=46.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11398000.1310.5652.0410022.16
Hex716200D6438346416
Octal1611420015144706414426
Binary111000111000100011011100100111000110100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716200; }

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

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

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

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

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

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

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

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