#716710

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

Shades of Olivetone #716710

Tints of Olivetone #716710

Color information

#716710 (or 0x716710) is unknown color: approx Olivetone. HEX triplet: 71, 67 and 10. RGB value is (113,103,16). Sum of RGB (Red+Green+Blue) = 113+103+16=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #716710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716710 is #8E98EF. Grayscale: #606060. Windows color (decimal): -9345264 or 1075057. OLE color: 1075057.

HSL color Cylindrical-coordinate representation of color #716710: hue angle of 53.81º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #716710 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB11310316-
CMYK00.090.860.56
HSL53.81º75.19%25.29%-
HSV(B)53.81º85.84%44.31%-
XYZ11.7513.252.43-
YUV96.0782.81140.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 103 (40.62% from 255) = 44.40%
BLUE value IS 16 (6.64% from 255) = 6.90%
R=48.71%
G=44.40%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131031600.090.860.5653.8175.1925.29
Hex716710095638364b19
Octal16114720011126706611331
Binary1110001110011110000010011010110111000110110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716710; }

 p { color: rgb(113,103,16); }

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

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

 a { background-color: rgb(113,103,16); }

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

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

 span { border-color: rgb(113,103,16); }

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