#716C0A

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

Shades of Olive #716C0A

Tints of Olive #716C0A

Color information

#716C0A (or 0x716C0A) is unknown color: approx Olive. HEX triplet: 71, 6C and 0A. RGB value is (113,108,10). Sum of RGB (Red+Green+Blue) = 113+108+10=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #716C0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716C0A is #8E93F5. Grayscale: #626262. Windows color (decimal): -9343990 or 683121. OLE color: 683121.

HSL color Cylindrical-coordinate representation of color #716C0A: hue angle of 57.09º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #716C0A is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB11310810-
CMYK00.040.910.56
HSL57.09º83.74%24.12%-
HSV(B)57.09º91.15%44.31%-
XYZ12.2314.262.39-
YUV98.3278.16138.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 108 (42.58% from 255) = 46.75%
BLUE value IS 10 (4.30% from 255) = 4.33%
R=48.92%
G=46.75%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131081000.040.910.5657.0983.7424.12
Hex716CA045B38395418
Octal1611541204133707112430
Binary11100011101100101001001011011111000111001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716C0A; }

 p { color: rgb(113,108,10); }

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

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

 a { background-color: rgb(113,108,10); }

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

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

 span { border-color: rgb(113,108,10); }

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