Html Css Color HEX #77B066 Amulet

📋 copy color: '#77B066'

red 119 ◦ green 176 ◦ blue 102

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

Shades of Amulet #77B066

Tints of Amulet #77B066

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.33%

 BLUE value IS 102 (40.23% from 255) = 25.69%

R = 29.97%
G = 44.33%
B = 25.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#77B066 (or 0x77B066) is known color: Amulet. HEX triplet: 77, B0 and 66. RGB value is (119,176,102). Sum of RGB (Red+Green+Blue) = 119+176+102=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 176 - color contains mainly: green. Hex color #77B066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B066 is #884F99. Grayscale: #969696. Windows color (decimal): -8933274 or 6729847. OLE color: 6729847.

HSL color Cylindrical-coordinate representation of color #77B066: hue angle of 106.22º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77B066 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 176 102 -
CMYK 0.32 0 0.42 0.31
HSL 106.22º 0.32% 0.55% -
HSV(B) 106.22º 0.42% 0.69% -
XYZ 25.53 35.93 18.16 -
YUV 150.52 100.62 105.52 -
System Red Green Blue C M Y K H S L
Decimal 119 176 102 0.32 0 0.42 0.31 106.22 0.32 0.55
Hex 77 B0 66 20 0 2A 1F 6A 20 37
Octal 167 260 146 40 0 52 37 152 40 67
Binary 1110111 10110000 1100110 100000 0 101010 11111 1101010 100000 110111

Color Harmonies of #77B066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B066

Black with #77B066

Text Example


Text Example

White with #77B066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,176,102); }

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

background-color css

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

 a { background-color: rgb(119,176,102); }

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

border-color css

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

 span { border-color: rgb(119,176,102); }

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