#726B2A

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

Shades of Olivetone #726B2A

Tints of Olivetone #726B2A

Color information

#726B2A (or 0x726B2A) is unknown color: approx Olivetone. HEX triplet: 72, 6B and 2A. RGB value is (114,107,42). Sum of RGB (Red+Green+Blue) = 114+107+42=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #726B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B2A is #8D94D5. Grayscale: #656565. Windows color (decimal): -9278678 or 2780018. OLE color: 2780018.

HSL color Cylindrical-coordinate representation of color #726B2A: hue angle of 54.17º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #726B2A is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB11410742-
CMYK00.060.630.55
HSL54.17º46.15%30.59%-
HSV(B)54.17º63.16%44.71%-
XYZ12.6214.264.28-
YUV101.6894.32136.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 107 (42.19% from 255) = 40.68%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=43.35%
G=40.68%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141074200.060.630.5554.1746.1530.59
Hex726B2A063F37362e1f
Octal16215352067767665637
Binary11100101101011101010011011111111011111011010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726B2A; }

 p { color: rgb(114,107,42); }

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

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

 a { background-color: rgb(114,107,42); }

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

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

 span { border-color: rgb(114,107,42); }

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