#72782E

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

Shades of Olivetone #72782E

Tints of Olivetone #72782E

Color information

#72782E (or 0x72782E) is unknown color: approx Olivetone. HEX triplet: 72, 78 and 2E. RGB value is (114,120,46). Sum of RGB (Red+Green+Blue) = 114+120+46=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #72782E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72782E is #8D87D1. Grayscale: #6E6E6E. Windows color (decimal): -9275346 or 3045490. OLE color: 3045490.

HSL color Cylindrical-coordinate representation of color #72782E: hue angle of 64.86º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72782E is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB11412046-
CMYK0.0500.620.53
HSL64.86º44.58%32.55%-
HSV(B)64.86º61.67%47.06%-
XYZ14.1517.215.16-
YUV109.7792.01131.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 120 (47.27% from 255) = 42.86%
BLUE value IS 46 (18.36% from 255) = 16.43%
R=40.71%
G=42.86%
B=16.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114120460.0500.620.5364.8644.5832.55
Hex72782E503E35412d21
Octal162170565076651015541
Binary1110010111100010111010101111101101011000001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72782E; }

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

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

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

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

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

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

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

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