Html Css Color HEX #769C74 Amulet

📋 copy color: '#769C74'

red 118 ◦ green 156 ◦ blue 116

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

Shades of Amulet #769C74

Tints of Amulet #769C74

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40%

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

R = 30.26%
G = 40%
B = 29.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#769C74 (or 0x769C74) is known color: Amulet. HEX triplet: 76, 9C and 74. RGB value is (118,156,116). Sum of RGB (Red+Green+Blue) = 118+156+116=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 156 - color contains mainly: green. Hex color #769C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C74 is #89638B. Grayscale: #8C8C8C. Windows color (decimal): -9003916 or 7642230. OLE color: 7642230.

HSL color Cylindrical-coordinate representation of color #769C74: hue angle of 117º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #769C74 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 156 116 -
CMYK 0.24 0 0.26 0.39
HSL 117º 0.17% 0.53% -
HSV(B) 117º 0.26% 0.61% -
XYZ 22.51 28.89 20.91 -
YUV 140.08 114.41 112.25 -
System Red Green Blue C M Y K H S L
Decimal 118 156 116 0.24 0 0.26 0.39 117 0.17 0.53
Hex 76 9C 74 18 0 1A 27 75 11 35
Octal 166 234 164 30 0 32 47 165 21 65
Binary 1110110 10011100 1110100 11000 0 11010 100111 1110101 10001 110101

Color Harmonies of #769C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769C74

Black with #769C74

Text Example


Text Example

White with #769C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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