Html Css Color HEX #77AA6A Amulet

📋 copy color: '#77AA6A'

red 119 ◦ green 170 ◦ blue 106

#77AA6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #77AA6A

Tints of Amulet #77AA6A

RGB

 RED value IS 119 (46.88% from 255) = 30.13%

 GREEN value IS 170 (66.8% from 255) = 43.04%

 BLUE value IS 106 (41.8% from 255) = 26.84%

R = 30.13%
G = 43.04%
B = 26.84%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#77AA6A (or 0x77AA6A) is known color: Amulet. HEX triplet: 77, AA and 6A. RGB value is (119,170,106). Sum of RGB (Red+Green+Blue) = 119+170+106=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AA6A is #885595. Grayscale: #939393. Windows color (decimal): -8934806 or 6990455. OLE color: 6990455.

HSL color Cylindrical-coordinate representation of color #77AA6A: hue angle of 107.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77AA6A is Cyan = 0.3, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 170 106 -
CMYK 0.3 0 0.38 0.33
HSL 107.81º 0.27% 0.54% -
HSV(B) 107.81º 0.38% 0.67% -
XYZ 24.58 33.71 18.85 -
YUV 147.46 104.6 107.7 -
System Red Green Blue C M Y K H S L
Decimal 119 170 106 0.3 0 0.38 0.33 107.81 0.27 0.54
Hex 77 AA 6A 1E 0 26 21 6C 1B 36
Octal 167 252 152 36 0 46 41 154 33 66
Binary 1110111 10101010 1101010 11110 0 100110 100001 1101100 11011 110110

Color Harmonies of #77AA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AA6A

Black with #77AA6A

Text Example


Text Example

White with #77AA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77AA6A; }

 p { color: rgb(119,170,106); }

 H1.HeaderClassName
 {
   color: #77AA6A;
 }
 .AnyTagClassName
 {
   color: #77AA6A;
 }
</style>

background-color css

<style>
 a { background-color: #77AA6A; }

 a { background-color: rgb(119,170,106); }

 div.DivClassName
 {
   background-color: #77AA6A;
 }
 .BgClassName
 {
   background-color: #77AA6A;
 }
</style>

border-color css

<style>
 span { border-color: #77AA6A; }

 span { border-color: rgb(119,170,106); }

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