#77924A

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

Shades of Highland #77924A

Tints of Highland #77924A

Color information

#77924A (or 0x77924A) is unknown color: approx Highland. HEX triplet: 77, 92 and 4A. RGB value is (119,146,74). Sum of RGB (Red+Green+Blue) = 119+146+74=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #77924A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77924A is #886DB5. Grayscale: #818181. Windows color (decimal): -8940982 or 4887159. OLE color: 4887159.

HSL color Cylindrical-coordinate representation of color #77924A: hue angle of 82.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77924A is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB11914674-
CMYK0.1800.490.43
HSL82.5º32.73%43.14%-
HSV(B)82.5º49.32%57.25%-
XYZ19.1224.9710.29-
YUV129.7296.55120.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 146 (57.42% from 255) = 43.07%
BLUE value IS 74 (29.30% from 255) = 21.83%
R=35.10%
G=43.07%
B=21.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119146740.1800.490.4382.532.7343.14
Hex77924A120312B52212b
Octal16722211222061531224153
Binary11101111001001010010101001001100011010111010010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,146,74); }

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

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

 a { background-color: rgb(119,146,74); }

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

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

 span { border-color: rgb(119,146,74); }

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