#788B51

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

Shades of Highland #788B51

Tints of Highland #788B51

Color information

#788B51 (or 0x788B51) is unknown color: approx Highland. HEX triplet: 78, 8B and 51. RGB value is (120,139,81). Sum of RGB (Red+Green+Blue) = 120+139+81=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #788B51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788B51 is #8774AE. Grayscale: #7E7E7E. Windows color (decimal): -8877231 or 5344120. OLE color: 5344120.

HSL color Cylindrical-coordinate representation of color #788B51: hue angle of 79.66º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #788B51 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB12013981-
CMYK0.1400.420.45
HSL79.66º26.36%43.14%-
HSV(B)79.66º41.73%54.51%-
XYZ18.4623.0511.26-
YUV126.71102.21123.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.29%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 81 (32.03% from 255) = 23.82%
R=35.29%
G=40.88%
B=23.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120139810.1400.420.4579.6626.3643.14
Hex788B51E02A2D501a2b
Octal17021312116052551203253
Binary111100010001011101000111100101010101101101000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,139,81); }

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

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

 a { background-color: rgb(120,139,81); }

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

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

 span { border-color: rgb(120,139,81); }

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