#77944F

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

Shades of Highland #77944F

Tints of Highland #77944F

Color information

#77944F (or 0x77944F) is unknown color: approx Highland. HEX triplet: 77, 94 and 4F. RGB value is (119,148,79). Sum of RGB (Red+Green+Blue) = 119+148+79=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #77944F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77944F is #886BB0. Grayscale: #838383. Windows color (decimal): -8940465 or 5215351. OLE color: 5215351.

HSL color Cylindrical-coordinate representation of color #77944F: hue angle of 85.22º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77944F is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB11914879-
CMYK0.2000.470.42
HSL85.22º30.4%44.51%-
HSV(B)85.22º46.62%58.04%-
XYZ19.6125.6711.32-
YUV131.4698.39119.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 148 (58.20% from 255) = 42.77%
BLUE value IS 79 (31.25% from 255) = 22.83%
R=34.39%
G=42.77%
B=22.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119148790.2000.470.4285.2230.444.51
Hex77944F1402F2A551e2d
Octal16722411724057521253655
Binary1110111100101001001111101000101111101010101010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,148,79); }

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

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

 a { background-color: rgb(119,148,79); }

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

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

 span { border-color: rgb(119,148,79); }

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