#726615

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

Shades of Olivetone #726615

Tints of Olivetone #726615

Color information

#726615 (or 0x726615) is unknown color: approx Olivetone. HEX triplet: 72, 66 and 15. RGB value is (114,102,21). Sum of RGB (Red+Green+Blue) = 114+102+21=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #726615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726615 is #8D99EA. Grayscale: #606060. Windows color (decimal): -9279979 or 1402482. OLE color: 1402482.

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

Color convert

RGB11410221-
CMYK00.110.820.55
HSL52.26º68.89%26.47%-
HSV(B)52.26º81.58%44.71%-
XYZ11.8313.132.62-
YUV96.3585.48140.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.10%
GREEN value IS 102 (40.23% from 255) = 43.04%
BLUE value IS 21 (8.59% from 255) = 8.86%
R=48.10%
G=43.04%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141022100.110.820.5552.2668.8926.47
Hex7266150B523734451a
Octal16214625013122676410532
Binary1110010110011010101010111010010110111110100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726615; }

 p { color: rgb(114,102,21); }

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

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

 a { background-color: rgb(114,102,21); }

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

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

 span { border-color: rgb(114,102,21); }

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