Html Css Color HEX #769570 Amulet

📋 copy color: '#769570'

red 118 ◦ green 149 ◦ blue 112

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

Shades of Amulet #769570

Tints of Amulet #769570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.55%

R = 31.13%
G = 39.31%
B = 29.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#769570 (or 0x769570) is known color: Amulet. HEX triplet: 76, 95 and 70. RGB value is (118,149,112). Sum of RGB (Red+Green+Blue) = 118+149+112=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #769570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769570 is #896A8F. Grayscale: #878787. Windows color (decimal): -9005712 or 7378294. OLE color: 7378294.

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

Color convert

RGB 118 149 112 -
CMYK 0.21 0 0.25 0.42
HSL 110.27º 0.15% 0.51% -
HSV(B) 110.27º 0.25% 0.58% -
XYZ 21.14 26.52 19.33 -
YUV 135.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 118 149 112 0.21 0 0.25 0.42 110.27 0.15 0.51
Hex 76 95 70 15 0 19 2A 6E F 33
Octal 166 225 160 25 0 31 52 156 17 63
Binary 1110110 10010101 1110000 10101 0 11001 101010 1101110 1111 110011

Color Harmonies of #769570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769570

Black with #769570

Text Example


Text Example

White with #769570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769570; }

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

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

background-color css

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

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

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

border-color css

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

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

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