Html Css Color HEX #769D6E Amulet

📋 copy color: '#769D6E'

red 118 ◦ green 157 ◦ blue 110

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

Shades of Amulet #769D6E

Tints of Amulet #769D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.57%

R = 30.65%
G = 40.78%
B = 28.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#769D6E (or 0x769D6E) is known color: Amulet. HEX triplet: 76, 9D and 6E. RGB value is (118,157,110). Sum of RGB (Red+Green+Blue) = 118+157+110=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 157 - color contains mainly: green. Hex color #769D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769D6E is #896291. Grayscale: #8C8C8C. Windows color (decimal): -9003666 or 7249270. OLE color: 7249270.

HSL color Cylindrical-coordinate representation of color #769D6E: hue angle of 109.79º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #769D6E is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 157 110 -
CMYK 0.25 0 0.30 0.38
HSL 109.79º 0.19% 0.52% -
HSV(B) 109.79º 0.3% 0.62% -
XYZ 22.34 29.09 19.19 -
YUV 139.98 111.08 112.32 -
System Red Green Blue C M Y K H S L
Decimal 118 157 110 0.25 0 0.30 0.38 109.79 0.19 0.52
Hex 76 9D 6E 19 0 1E 26 6E 13 34
Octal 166 235 156 31 0 36 46 156 23 64
Binary 1110110 10011101 1101110 11001 0 11110 100110 1101110 10011 110100

Color Harmonies of #769D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769D6E

Black with #769D6E

Text Example


Text Example

White with #769D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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