#788F53

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

Shades of Highland #788F53

Tints of Highland #788F53

Color information

#788F53 (or 0x788F53) is unknown color: approx Highland. HEX triplet: 78, 8F and 53. RGB value is (120,143,83). Sum of RGB (Red+Green+Blue) = 120+143+83=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 143 - color contains mainly: green. Hex color #788F53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788F53 is #8770AC. Grayscale: #818181. Windows color (decimal): -8876205 or 5476216. OLE color: 5476216.

HSL color Cylindrical-coordinate representation of color #788F53: hue angle of 83º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #788F53 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB12014383-
CMYK0.1600.420.44
HSL83º26.55%44.31%-
HSV(B)83º41.96%56.08%-
XYZ19.1324.2611.86-
YUV129.28101.88121.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 143 (56.25% from 255) = 41.33%
BLUE value IS 83 (32.81% from 255) = 23.99%
R=34.68%
G=41.33%
B=23.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120143830.1600.420.448326.5544.31
Hex788F531002A2C531b2c
Octal17021712320052541233354
Binary1111000100011111010011100000101010101100101001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788F53; }

 p { color: rgb(120,143,83); }

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

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

 a { background-color: rgb(120,143,83); }

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

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

 span { border-color: rgb(120,143,83); }

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