#788958

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

Shades of Highland #788958

Tints of Highland #788958

Color information

#788958 (or 0x788958) is unknown color: approx Highland. HEX triplet: 78, 89 and 58. RGB value is (120,137,88). Sum of RGB (Red+Green+Blue) = 120+137+88=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #788958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788958 is #8776A7. Grayscale: #7E7E7E. Windows color (decimal): -8877736 or 5802360. OLE color: 5802360.

HSL color Cylindrical-coordinate representation of color #788958: hue angle of 80.82º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #788958 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB12013788-
CMYK0.1200.360.46
HSL80.82º21.78%44.12%-
HSV(B)80.82º35.77%53.73%-
XYZ18.4522.5912.62-
YUV126.33106.37123.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.78%
GREEN value IS 137 (53.91% from 255) = 39.71%
BLUE value IS 88 (34.77% from 255) = 25.51%
R=34.78%
G=39.71%
B=25.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120137880.1200.360.4680.8221.7844.12
Hex788958C0242E51162c
Octal17021113014044561212654
Binary111100010001001101100011000100100101110101000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788958; }

 p { color: rgb(120,137,88); }

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

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

 a { background-color: rgb(120,137,88); }

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

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

 span { border-color: rgb(120,137,88); }

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