Html Css Color HEX #769571 Amulet

📋 copy color: '#769571'

red 118 ◦ green 149 ◦ blue 113

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

Shades of Amulet #769571

Tints of Amulet #769571

RGB

 RED value IS 118 (46.48% from 255) = 31.05%

 GREEN value IS 149 (58.59% from 255) = 39.21%

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 31.05%
G = 39.21%
B = 29.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#769571 (or 0x769571) is known color: Amulet. HEX triplet: 76, 95 and 71. RGB value is (118,149,113). Sum of RGB (Red+Green+Blue) = 118+149+113=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 149 - color contains mainly: green. Hex color #769571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769571 is #896A8E. Grayscale: #878787. Windows color (decimal): -9005711 or 7443830. OLE color: 7443830.

HSL color Cylindrical-coordinate representation of color #769571: hue angle of 111.67º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769571 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 149 113 -
CMYK 0.21 0 0.24 0.42
HSL 111.67º 0.15% 0.51% -
HSV(B) 111.67º 0.24% 0.58% -
XYZ 21.2 26.54 19.63 -
YUV 135.63 115.23 115.43 -
System Red Green Blue C M Y K H S L
Decimal 118 149 113 0.21 0 0.24 0.42 111.67 0.15 0.51
Hex 76 95 71 15 0 18 2A 70 F 33
Octal 166 225 161 25 0 30 52 160 17 63
Binary 1110110 10010101 1110001 10101 0 11000 101010 1110000 1111 110011

Color Harmonies of #769571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769571

Black with #769571

Text Example


Text Example

White with #769571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769571; }

 p { color: rgb(118,149,113); }

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

background-color css

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

 a { background-color: rgb(118,149,113); }

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

border-color css

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

 span { border-color: rgb(118,149,113); }

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