#726B14

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

Shades of Olivetone #726B14

Tints of Olivetone #726B14

Color information

#726B14 (or 0x726B14) is unknown color: approx Olivetone. HEX triplet: 72, 6B and 14. RGB value is (114,107,20). Sum of RGB (Red+Green+Blue) = 114+107+20=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #726B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726B14 is #8D94EB. Grayscale: #636363. Windows color (decimal): -9278700 or 1338226. OLE color: 1338226.

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

Color convert

RGB11410720-
CMYK00.060.820.55
HSL55.53º70.15%26.27%-
HSV(B)55.53º82.46%44.71%-
XYZ12.3214.142.74-
YUV99.1883.32138.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 107 (42.19% from 255) = 44.40%
BLUE value IS 20 (8.20% from 255) = 8.30%
R=47.30%
G=44.40%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141072000.060.820.5555.5370.1526.27
Hex726B1406523738461a
Octal1621532406122677010632
Binary111001011010111010001101010010110111111000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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