#727623

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

Shades of Olivetone #727623

Tints of Olivetone #727623

Color information

#727623 (or 0x727623) is unknown color: approx Olivetone. HEX triplet: 72, 76 and 23. RGB value is (114,118,35). Sum of RGB (Red+Green+Blue) = 114+118+35=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #727623 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727623 is #8D89DC. Grayscale: #6B6B6B. Windows color (decimal): -9275869 or 2324082. OLE color: 2324082.

HSL color Cylindrical-coordinate representation of color #727623: hue angle of 62.89º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #727623 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB11411835-
CMYK0.0300.700.54
HSL62.89º54.25%30%-
HSV(B)62.89º70.34%46.27%-
XYZ13.7216.664.08-
YUV107.3487.17132.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 118 (46.48% from 255) = 44.19%
BLUE value IS 35 (14.06% from 255) = 13.11%
R=42.70%
G=44.19%
B=13.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114118350.0300.700.5462.8954.2530
Hex7276233046363f361e
Octal162166433010666776636
Binary11100101110110100011110100011011011011111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727623; }

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

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

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

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

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

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

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

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