#716400

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

Shades of Olive #716400

Tints of Olive #716400

Color information

#716400 (or 0x716400) is unknown color: approx Olive. HEX triplet: 71, 64 and 00. RGB value is (113,100,0). Sum of RGB (Red+Green+Blue) = 113+100+0=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #716400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716400 is #8E9BFF. Grayscale: #5C5C5C. Windows color (decimal): -9346048 or 25713. OLE color: 25713.

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

Color convert

RGB1131000-
CMYK00.1210.56
HSL53.1º100%22.16%-
HSV(B)53.1º100%44.31%-
XYZ11.3712.631.84-
YUV92.4975.81142.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.05%
GREEN value IS 100 (39.45% from 255) = 46.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.05%
G=46.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113100000.1210.5653.110022.16
Hex716400C6438356416
Octal1611440014144706514426
Binary111000111001000011001100100111000110101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716400; }

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

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

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

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

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

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

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

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