#778F4B

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

Shades of Highland #778F4B

Tints of Highland #778F4B

Color information

#778F4B (or 0x778F4B) is unknown color: approx Highland. HEX triplet: 77, 8F and 4B. RGB value is (119,143,75). Sum of RGB (Red+Green+Blue) = 119+143+75=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 143 - color contains mainly: green. Hex color #778F4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778F4B is #8870B4. Grayscale: #808080. Windows color (decimal): -8941749 or 4951927. OLE color: 4951927.

HSL color Cylindrical-coordinate representation of color #778F4B: hue angle of 81.18º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #778F4B is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB11914375-
CMYK0.1700.480.44
HSL81.18º31.19%42.75%-
HSV(B)81.18º47.55%56.08%-
XYZ18.724.0710.32-
YUV128.0798.05121.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 143 (56.25% from 255) = 42.43%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=35.31%
G=42.43%
B=22.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119143750.1700.480.4481.1831.1942.75
Hex778F4B110302C511f2b
Octal16721711321060541213753
Binary1110111100011111001011100010110000101100101000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778F4B; }

 p { color: rgb(119,143,75); }

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

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

 a { background-color: rgb(119,143,75); }

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

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

 span { border-color: rgb(119,143,75); }

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