#726714

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

Shades of Olivetone #726714

Tints of Olivetone #726714

Color information

#726714 (or 0x726714) is unknown color: approx Olivetone. HEX triplet: 72, 67 and 14. RGB value is (114,103,20). Sum of RGB (Red+Green+Blue) = 114+103+20=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #726714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726714 is #8D98EB. Grayscale: #616161. Windows color (decimal): -9279724 or 1337202. OLE color: 1337202.

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

Color convert

RGB11410320-
CMYK00.100.820.55
HSL52.98º70.15%26.27%-
HSV(B)52.98º82.46%44.71%-
XYZ11.9213.332.61-
YUV96.8384.64140.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.10%
GREEN value IS 103 (40.62% from 255) = 43.46%
BLUE value IS 20 (8.20% from 255) = 8.44%
R=48.10%
G=43.46%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141032000.100.820.5552.9870.1526.27
Hex7267140A523735461a
Octal16214724012122676510632
Binary1110010110011110100010101010010110111110101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726714; }

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

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

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

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

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

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

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

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