#727310

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

Shades of Olivetone #727310

Tints of Olivetone #727310

Color information

#727310 (or 0x727310) is unknown color: approx Olivetone. HEX triplet: 72, 73 and 10. RGB value is (114,115,16). Sum of RGB (Red+Green+Blue) = 114+115+16=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #727310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727310 is #8D8CEF. Grayscale: #676767. Windows color (decimal): -9276656 or 1078130. OLE color: 1078130.

HSL color Cylindrical-coordinate representation of color #727310: hue angle of 60.61º 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 #727310 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB11411516-
CMYK0.0100.860.55
HSL60.61º75.57%25.69%-
HSV(B)60.61º86.09%45.1%-
XYZ13.1615.882.86-
YUV103.4278.67135.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 16 (6.64% from 255) = 6.53%
R=46.53%
G=46.94%
B=6.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115160.0100.860.5560.6175.5725.69
Hex7273101056373d4c1a
Octal1621632010126677511432
Binary1110010111001110000101010110110111111101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727310; }

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

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

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

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

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

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

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

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