#78915B

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

Shades of Highland #78915B

Tints of Highland #78915B

Color information

#78915B (or 0x78915B) is unknown color: approx Highland. HEX triplet: 78, 91 and 5B. RGB value is (120,145,91). Sum of RGB (Red+Green+Blue) = 120+145+91=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #78915B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78915B is #876EA4. Grayscale: #838383. Windows color (decimal): -8875685 or 6001016. OLE color: 6001016.

HSL color Cylindrical-coordinate representation of color #78915B: hue angle of 87.78º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78915B is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB12014591-
CMYK0.1700.370.43
HSL87.78º22.88%46.27%-
HSV(B)87.78º37.24%56.86%-
XYZ19.762513.68-
YUV131.37105.22119.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.71%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 91 (35.94% from 255) = 25.56%
R=33.71%
G=40.73%
B=25.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120145910.1700.370.4387.7822.8846.27
Hex78915B110252B58172e
Octal17022113321045531302756
Binary1111000100100011011011100010100101101011101100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78915B; }

 p { color: rgb(120,145,91); }

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

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

 a { background-color: rgb(120,145,91); }

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

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

 span { border-color: rgb(120,145,91); }

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