#787525

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

Shades of Olivetone #787525

Tints of Olivetone #787525

Color information

#787525 (or 0x787525) is unknown color: approx Olivetone. HEX triplet: 78, 75 and 25. RGB value is (120,117,37). Sum of RGB (Red+Green+Blue) = 120+117+37=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #787525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787525 is #878ADA. Grayscale: #6D6D6D. Windows color (decimal): -8882907 or 2454904. OLE color: 2454904.

HSL color Cylindrical-coordinate representation of color #787525: hue angle of 57.83º 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 #787525 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB12011737-
CMYK00.020.690.53
HSL57.83º52.87%30.78%-
HSV(B)57.83º69.17%47.06%-
XYZ14.4416.854.24-
YUV108.7887.49136-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.80%
GREEN value IS 117 (46.09% from 255) = 42.70%
BLUE value IS 37 (14.84% from 255) = 13.50%
R=43.80%
G=42.70%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201173700.020.690.5357.8352.8730.78
Hex7875250245353a351f
Octal170165450210565726537
Binary11110001110101100101010100010111010111101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787525; }

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

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

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

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

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

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

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

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