#726C21

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

Shades of Olivetone #726C21

Tints of Olivetone #726C21

Color information

#726C21 (or 0x726C21) is unknown color: approx Olivetone. HEX triplet: 72, 6C and 21. RGB value is (114,108,33). Sum of RGB (Red+Green+Blue) = 114+108+33=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #726C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726C21 is #8D93DE. Grayscale: #656565. Windows color (decimal): -9278431 or 2190450. OLE color: 2190450.

HSL color Cylindrical-coordinate representation of color #726C21: hue angle of 55.56º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #726C21 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB11410833-
CMYK00.050.710.55
HSL55.56º55.1%28.82%-
HSV(B)55.56º71.05%44.71%-
XYZ12.5814.413.56-
YUV101.2489.49137.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 108 (42.58% from 255) = 42.35%
BLUE value IS 33 (13.28% from 255) = 12.94%
R=44.71%
G=42.35%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141083300.050.710.5555.5655.128.82
Hex726C2105473738371d
Octal162154410510767706735
Binary111001011011001000010101100011111011111100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,108,33); }

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

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

 a { background-color: rgb(114,108,33); }

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

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

 span { border-color: rgb(114,108,33); }

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