Html Css Color HEX #769768 Amulet

📋 copy color: '#769768'

red 118 ◦ green 151 ◦ blue 104

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

Shades of Amulet #769768

Tints of Amulet #769768

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.48%

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

R = 31.64%
G = 40.48%
B = 27.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#769768 (or 0x769768) is known color: Amulet. HEX triplet: 76, 97 and 68. RGB value is (118,151,104). Sum of RGB (Red+Green+Blue) = 118+151+104=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 151 - color contains mainly: green. Hex color #769768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769768 is #896897. Grayscale: #878787. Windows color (decimal): -9005208 or 6854518. OLE color: 6854518.

HSL color Cylindrical-coordinate representation of color #769768: hue angle of 102.13º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #769768 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 104 -
CMYK 0.22 0 0.31 0.41
HSL 102.13º 0.18% 0.5% -
HSV(B) 102.13º 0.31% 0.59% -
XYZ 21.04 26.98 17.2 -
YUV 135.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 118 151 104 0.22 0 0.31 0.41 102.13 0.18 0.5
Hex 76 97 68 16 0 1F 29 66 12 32
Octal 166 227 150 26 0 37 51 146 22 62
Binary 1110110 10010111 1101000 10110 0 11111 101001 1100110 10010 110010

Color Harmonies of #769768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769768

Black with #769768

Text Example


Text Example

White with #769768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769768; }

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

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

background-color css

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

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

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

border-color css

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

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

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