#727818

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

Shades of Olivetone #727818

Tints of Olivetone #727818

Color information

#727818 (or 0x727818) is unknown color: approx Olivetone. HEX triplet: 72, 78 and 18. RGB value is (114,120,24). Sum of RGB (Red+Green+Blue) = 114+120+24=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #727818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727818 is #8D87E7. Grayscale: #6B6B6B. Windows color (decimal): -9275368 or 1603698. OLE color: 1603698.

HSL color Cylindrical-coordinate representation of color #727818: hue angle of 63.75º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #727818 is Cyan = 0.05, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB11412024-
CMYK0.0500.80.53
HSL63.75º66.67%28.24%-
HSV(B)63.75º80%47.06%-
XYZ13.8217.083.43-
YUV107.2681.01132.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 120 (47.27% from 255) = 46.51%
BLUE value IS 24 (9.77% from 255) = 9.30%
R=44.19%
G=46.51%
B=9.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114120240.0500.80.5363.7566.6728.24
Hex72781850503540431c
Octal16217030501206510010334
Binary1110010111100011000101010100001101011000000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727818; }

 p { color: rgb(114,120,24); }

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

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

 a { background-color: rgb(114,120,24); }

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

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

 span { border-color: rgb(114,120,24); }

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