#726B25

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

Shades of Olivetone #726B25

Tints of Olivetone #726B25

Color information

#726B25 (or 0x726B25) is unknown color: approx Olivetone. HEX triplet: 72, 6B and 25. RGB value is (114,107,37). Sum of RGB (Red+Green+Blue) = 114+107+37=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #726B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B25 is #8D94DA. Grayscale: #656565. Windows color (decimal): -9278683 or 2452338. OLE color: 2452338.

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

Color convert

RGB11410737-
CMYK00.060.680.55
HSL54.55º50.99%29.61%-
HSV(B)54.55º67.54%44.71%-
XYZ12.5314.233.84-
YUV101.1191.82137.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 107 (42.19% from 255) = 41.47%
BLUE value IS 37 (14.84% from 255) = 14.34%
R=44.19%
G=41.47%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141073700.060.680.5554.5550.9929.61
Hex726B2506443737331e
Octal162153450610467676336
Binary111001011010111001010110100010011011111011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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