#73782D

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

Shades of Olivetone #73782D

Tints of Olivetone #73782D

Color information

#73782D (or 0x73782D) is unknown color: approx Olivetone. HEX triplet: 73, 78 and 2D. RGB value is (115,120,45). Sum of RGB (Red+Green+Blue) = 115+120+45=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #73782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73782D is #8C87D2. Grayscale: #6E6E6E. Windows color (decimal): -9209811 or 2979955. OLE color: 2979955.

HSL color Cylindrical-coordinate representation of color #73782D: hue angle of 64º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73782D is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB11512045-
CMYK0.0400.630.53
HSL64º45.45%32.35%-
HSV(B)64º62.5%47.06%-
XYZ14.2617.275.06-
YUV109.9591.34131.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.07%
GREEN value IS 120 (47.27% from 255) = 42.86%
BLUE value IS 45 (17.97% from 255) = 16.07%
R=41.07%
G=42.86%
B=16.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115120450.0400.630.536445.4532.35
Hex73782D403F35402d20
Octal163170554077651005540
Binary1110011111100010110110001111111101011000000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73782D; }

 p { color: rgb(115,120,45); }

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

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

 a { background-color: rgb(115,120,45); }

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

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

 span { border-color: rgb(115,120,45); }

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