#726B23

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

Shades of Olivetone #726B23

Tints of Olivetone #726B23

Color information

#726B23 (or 0x726B23) is unknown color: approx Olivetone. HEX triplet: 72, 6B and 23. RGB value is (114,107,35). Sum of RGB (Red+Green+Blue) = 114+107+35=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #726B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B23 is #8D94DC. Grayscale: #656565. Windows color (decimal): -9278685 or 2321266. OLE color: 2321266.

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

Color convert

RGB11410735-
CMYK00.060.690.55
HSL54.68º53.02%29.22%-
HSV(B)54.68º69.3%44.71%-
XYZ12.514.213.67-
YUV100.8890.82137.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 107 (42.19% from 255) = 41.80%
BLUE value IS 35 (14.06% from 255) = 13.67%
R=44.53%
G=41.80%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141073500.060.690.5554.6853.0229.22
Hex726B2306453737351d
Octal162153430610567676535
Binary111001011010111000110110100010111011111011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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