#77985A

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

Shades of Highland #77985A

Tints of Highland #77985A

Color information

#77985A (or 0x77985A) is unknown color: approx Highland. HEX triplet: 77, 98 and 5A. RGB value is (119,152,90). Sum of RGB (Red+Green+Blue) = 119+152+90=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #77985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77985A is #8867A5. Grayscale: #878787. Windows color (decimal): -8939430 or 5937271. OLE color: 5937271.

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

Color convert

RGB11915290-
CMYK0.2200.410.40
HSL91.94º25.62%47.45%-
HSV(B)91.94º40.79%59.61%-
XYZ20.6827.1213.82-
YUV135.06102.57116.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.96%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 90 (35.55% from 255) = 24.93%
R=32.96%
G=42.11%
B=24.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119152900.2200.410.4091.9425.6247.45
Hex77985A16029285c1a2f
Octal16723013226051501343257
Binary1110111100110001011010101100101001101000101110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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