#788953

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

Shades of Highland #788953

Tints of Highland #788953

Color information

#788953 (or 0x788953) is unknown color: approx Highland. HEX triplet: 78, 89 and 53. RGB value is (120,137,83). Sum of RGB (Red+Green+Blue) = 120+137+83=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #788953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788953 is #8776AC. Grayscale: #7D7D7D. Windows color (decimal): -8877741 or 5474680. OLE color: 5474680.

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

Color convert

RGB12013783-
CMYK0.1200.390.46
HSL78.89º24.55%43.14%-
HSV(B)78.89º39.42%53.73%-
XYZ18.2522.5111.57-
YUV125.76103.87123.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.29%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 83 (32.81% from 255) = 24.41%
R=35.29%
G=40.29%
B=24.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120137830.1200.390.4678.8924.5543.14
Hex788953C0272E4f192b
Octal17021112314047561173153
Binary111100010001001101001111000100111101110100111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788953; }

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

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

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

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

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

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

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

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