Html Css Color HEX #769E74 Amulet

📋 copy color: '#769E74'

red 118 ◦ green 158 ◦ blue 116

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

Shades of Amulet #769E74

Tints of Amulet #769E74

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.31%

 BLUE value IS 116 (45.7% from 255) = 29.59%

R = 30.1%
G = 40.31%
B = 29.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#769E74 (or 0x769E74) is known color: Amulet. HEX triplet: 76, 9E and 74. RGB value is (118,158,116). Sum of RGB (Red+Green+Blue) = 118+158+116=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 158 - color contains mainly: green. Hex color #769E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769E74 is #89618B. Grayscale: #8D8D8D. Windows color (decimal): -9003404 or 7642742. OLE color: 7642742.

HSL color Cylindrical-coordinate representation of color #769E74: hue angle of 117.14º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #769E74 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 158 116 -
CMYK 0.25 0 0.27 0.38
HSL 117.14º 0.18% 0.54% -
HSV(B) 117.14º 0.27% 0.62% -
XYZ 22.85 29.57 21.03 -
YUV 141.25 113.75 111.42 -
System Red Green Blue C M Y K H S L
Decimal 118 158 116 0.25 0 0.27 0.38 117.14 0.18 0.54
Hex 76 9E 74 19 0 1B 26 75 12 36
Octal 166 236 164 31 0 33 46 165 22 66
Binary 1110110 10011110 1110100 11001 0 11011 100110 1110101 10010 110110

Color Harmonies of #769E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769E74

Black with #769E74

Text Example


Text Example

White with #769E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769E74; }

 p { color: rgb(118,158,116); }

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

background-color css

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

 a { background-color: rgb(118,158,116); }

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

border-color css

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

 span { border-color: rgb(118,158,116); }

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