Html Css Color HEX #769E66 Amulet

📋 copy color: '#769E66'

red 118 ◦ green 158 ◦ blue 102

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

Shades of Amulet #769E66

Tints of Amulet #769E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.98%

R = 31.22%
G = 41.8%
B = 26.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#769E66 (or 0x769E66) is known color: Amulet. HEX triplet: 76, 9E and 66. RGB value is (118,158,102). Sum of RGB (Red+Green+Blue) = 118+158+102=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 158 - color contains mainly: green. Hex color #769E66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769E66 is #896199. Grayscale: #8B8B8B. Windows color (decimal): -9003418 or 6725238. OLE color: 6725238.

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

Color convert

RGB 118 158 102 -
CMYK 0.25 0 0.35 0.38
HSL 102.86º 0.22% 0.51% -
HSV(B) 102.86º 0.35% 0.62% -
XYZ 22.1 29.26 17.05 -
YUV 139.66 106.75 112.55 -
System Red Green Blue C M Y K H S L
Decimal 118 158 102 0.25 0 0.35 0.38 102.86 0.22 0.51
Hex 76 9E 66 19 0 23 26 67 16 33
Octal 166 236 146 31 0 43 46 147 26 63
Binary 1110110 10011110 1100110 11001 0 100011 100110 1100111 10110 110011

Color Harmonies of #769E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769E66

Black with #769E66

Text Example


Text Example

White with #769E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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