#769866

Color #769866 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #769866

Tints of Amulet #769866

Color information

#769866 (or 0x769866) is unknown color: approx Amulet. HEX triplet: 76, 98 and 66. RGB value is (118,152,102). Sum of RGB (Red+Green+Blue) = 118+152+102=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #769866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769866 is #896799. Grayscale: #888888. Windows color (decimal): -9004954 or 6723702. OLE color: 6723702.

HSL color Cylindrical-coordinate representation of color #769866: hue angle of 100.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #769866 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB118152102-
CMYK0.2200.330.40
HSL100.8º19.69%49.8%-
HSV(B)100.8º32.89%59.61%-
XYZ21.127.2716.72-
YUV136.13108.74115.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.72%
GREEN value IS 152 (59.77% from 255) = 40.86%
BLUE value IS 102 (40.23% from 255) = 27.42%
R=31.72%
G=40.86%
B=27.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181521020.2200.330.40100.819.6949.8
Hex7698661602128651432
Octal16623014626041501452462
Binary1110110100110001100110101100100001101000110010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769866; }

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

 H1.HeaderClassName
 {
   color: #769866;
 }
 .AnyTagClassName
 {
   color: #769866;
 }
</style>
background-color css

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

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

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

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

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

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