Html Css Color HEX #769D74 Amulet

📋 copy color: '#769D74'

red 118 ◦ green 157 ◦ blue 116

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

Shades of Amulet #769D74

Tints of Amulet #769D74

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.15%

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

R = 30.18%
G = 40.15%
B = 29.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#769D74 (or 0x769D74) is known color: Amulet. HEX triplet: 76, 9D and 74. RGB value is (118,157,116). Sum of RGB (Red+Green+Blue) = 118+157+116=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 157 - color contains mainly: green. Hex color #769D74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769D74 is #89628B. Grayscale: #8C8C8C. Windows color (decimal): -9003660 or 7642486. OLE color: 7642486.

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

Color convert

RGB 118 157 116 -
CMYK 0.25 0 0.26 0.38
HSL 117.07º 0.17% 0.54% -
HSV(B) 117.07º 0.26% 0.62% -
XYZ 22.68 29.23 20.97 -
YUV 140.67 114.08 111.83 -
System Red Green Blue C M Y K H S L
Decimal 118 157 116 0.25 0 0.26 0.38 117.07 0.17 0.54
Hex 76 9D 74 19 0 1A 26 75 11 36
Octal 166 235 164 31 0 32 46 165 21 66
Binary 1110110 10011101 1110100 11001 0 11010 100110 1110101 10001 110110

Color Harmonies of #769D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769D74

Black with #769D74

Text Example


Text Example

White with #769D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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