#77985F

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

Shades of Highland #77985F

Tints of Highland #77985F

Color information

#77985F (or 0x77985F) is unknown color: approx Highland. HEX triplet: 77, 98 and 5F. RGB value is (119,152,95). Sum of RGB (Red+Green+Blue) = 119+152+95=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #77985F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77985F is #8867A0. Grayscale: #878787. Windows color (decimal): -8939425 or 6264951. OLE color: 6264951.

HSL color Cylindrical-coordinate representation of color #77985F: hue angle of 94.74º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77985F is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB11915295-
CMYK0.2200.380.40
HSL94.74º23.08%48.43%-
HSV(B)94.74º37.5%59.61%-
XYZ20.927.214.98-
YUV135.64105.07116.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.51%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=32.51%
G=41.53%
B=25.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119152950.2200.380.4094.7423.0848.43
Hex77985F16026285f1730
Octal16723013726046501372760
Binary1110111100110001011111101100100110101000101111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77985F; }

 p { color: rgb(119,152,95); }

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

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

 a { background-color: rgb(119,152,95); }

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

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

 span { border-color: rgb(119,152,95); }

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