Html Css Color HEX #769E68 Amulet

📋 copy color: '#769E68'

red 118 ◦ green 158 ◦ blue 104

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

Shades of Amulet #769E68

Tints of Amulet #769E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.37%

R = 31.05%
G = 41.58%
B = 27.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#769E68 (or 0x769E68) is known color: Amulet. HEX triplet: 76, 9E and 68. RGB value is (118,158,104). Sum of RGB (Red+Green+Blue) = 118+158+104=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 158 - color contains mainly: green. Hex color #769E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769E68 is #896197. Grayscale: #8C8C8C. Windows color (decimal): -9003416 or 6856310. OLE color: 6856310.

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

Color convert

RGB 118 158 104 -
CMYK 0.25 0 0.34 0.38
HSL 104.44º 0.22% 0.51% -
HSV(B) 104.44º 0.34% 0.62% -
XYZ 22.2 29.3 17.58 -
YUV 139.88 107.75 112.39 -
System Red Green Blue C M Y K H S L
Decimal 118 158 104 0.25 0 0.34 0.38 104.44 0.22 0.51
Hex 76 9E 68 19 0 22 26 68 16 33
Octal 166 236 150 31 0 42 46 150 26 63
Binary 1110110 10011110 1101000 11001 0 100010 100110 1101000 10110 110011

Color Harmonies of #769E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769E68

Black with #769E68

Text Example


Text Example

White with #769E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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