#787425

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

Shades of Olivetone #787425

Tints of Olivetone #787425

Color information

#787425 (or 0x787425) is unknown color: approx Olivetone. HEX triplet: 78, 74 and 25. RGB value is (120,116,37). Sum of RGB (Red+Green+Blue) = 120+116+37=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #787425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787425 is #878BDA. Grayscale: #6C6C6C. Windows color (decimal): -8883163 or 2454648. OLE color: 2454648.

HSL color Cylindrical-coordinate representation of color #787425: hue angle of 57.11º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #787425 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB12011637-
CMYK00.030.690.53
HSL57.11º52.87%30.78%-
HSV(B)57.11º69.17%47.06%-
XYZ14.3316.624.2-
YUV108.1987.83136.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 116 (45.70% from 255) = 42.49%
BLUE value IS 37 (14.84% from 255) = 13.55%
R=43.96%
G=42.49%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201163700.030.690.5357.1152.8730.78
Hex78742503453539351f
Octal170164450310565716537
Binary11110001110100100101011100010111010111100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787425; }

 p { color: rgb(120,116,37); }

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

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

 a { background-color: rgb(120,116,37); }

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

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

 span { border-color: rgb(120,116,37); }

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