Html Css Color HEX #769A69 Amulet

📋 copy color: '#769A69'

red 118 ◦ green 154 ◦ blue 105

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

Shades of Amulet #769A69

Tints of Amulet #769A69

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.85%

 BLUE value IS 105 (41.41% from 255) = 27.85%

R = 31.3%
G = 40.85%
B = 27.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#769A69 (or 0x769A69) is known color: Amulet. HEX triplet: 76, 9A and 69. RGB value is (118,154,105). Sum of RGB (Red+Green+Blue) = 118+154+105=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 154 - color contains mainly: green. Hex color #769A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769A69 is #896596. Grayscale: #898989. Windows color (decimal): -9004439 or 6920822. OLE color: 6920822.

HSL color Cylindrical-coordinate representation of color #769A69: hue angle of 104.08º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #769A69 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 154 105 -
CMYK 0.23 0 0.32 0.40
HSL 104.08º 0.2% 0.51% -
HSV(B) 104.08º 0.32% 0.6% -
XYZ 21.58 27.98 17.63 -
YUV 137.65 109.57 113.98 -
System Red Green Blue C M Y K H S L
Decimal 118 154 105 0.23 0 0.32 0.40 104.08 0.2 0.51
Hex 76 9A 69 17 0 20 28 68 14 33
Octal 166 232 151 27 0 40 50 150 24 63
Binary 1110110 10011010 1101001 10111 0 100000 101000 1101000 10100 110011

Color Harmonies of #769A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769A69

Black with #769A69

Text Example


Text Example

White with #769A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,154,105); }

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

background-color css

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

 a { background-color: rgb(118,154,105); }

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

border-color css

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

 span { border-color: rgb(118,154,105); }

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