#717310

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

Shades of Olivetone #717310

Tints of Olivetone #717310

Color information

#717310 (or 0x717310) is unknown color: approx Olivetone. HEX triplet: 71, 73 and 10. RGB value is (113,115,16). Sum of RGB (Red+Green+Blue) = 113+115+16=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #717310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717310 is #8E8CEF. Grayscale: #676767. Windows color (decimal): -9342192 or 1078129. OLE color: 1078129.

HSL color Cylindrical-coordinate representation of color #717310: hue angle of 61.21º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #717310 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB11311516-
CMYK0.0200.860.55
HSL61.21º75.57%25.69%-
HSV(B)61.21º86.09%45.1%-
XYZ13.0315.812.85-
YUV103.1278.84135.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.31%
GREEN value IS 115 (45.31% from 255) = 47.13%
BLUE value IS 16 (6.64% from 255) = 6.56%
R=46.31%
G=47.13%
B=6.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113115160.0200.860.5561.2175.5725.69
Hex7173102056373d4c1a
Octal1611632020126677511432
Binary11100011110011100001001010110110111111101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717310; }

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

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

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

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

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

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

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

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