Html Css Color HEX #77A269 Amulet

📋 copy color: '#77A269'

red 119 ◦ green 162 ◦ blue 105

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

Shades of Amulet #77A269

Tints of Amulet #77A269

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.97%

 BLUE value IS 105 (41.41% from 255) = 27.2%

R = 30.83%
G = 41.97%
B = 27.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#77A269 (or 0x77A269) is known color: Amulet. HEX triplet: 77, A2 and 69. RGB value is (119,162,105). Sum of RGB (Red+Green+Blue) = 119+162+105=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 162 - color contains mainly: green. Hex color #77A269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A269 is #885D96. Grayscale: #8E8E8E. Windows color (decimal): -8936855 or 6922871. OLE color: 6922871.

HSL color Cylindrical-coordinate representation of color #77A269: hue angle of 105.26º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77A269 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 162 105 -
CMYK 0.27 0 0.35 0.36
HSL 105.26º 0.23% 0.52% -
HSV(B) 105.26º 0.35% 0.64% -
XYZ 23.08 30.78 18.09 -
YUV 142.65 106.75 111.13 -
System Red Green Blue C M Y K H S L
Decimal 119 162 105 0.27 0 0.35 0.36 105.26 0.23 0.52
Hex 77 A2 69 1B 0 23 24 69 17 34
Octal 167 242 151 33 0 43 44 151 27 64
Binary 1110111 10100010 1101001 11011 0 100011 100100 1101001 10111 110100

Color Harmonies of #77A269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A269

Black with #77A269

Text Example


Text Example

White with #77A269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,162,105); }

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

background-color css

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

 a { background-color: rgb(119,162,105); }

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

border-color css

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

 span { border-color: rgb(119,162,105); }

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