#769A67

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

Shades of Amulet #769A67

Tints of Amulet #769A67

Color information

#769A67 (or 0x769A67) is unknown color: approx Amulet. HEX triplet: 76, 9A and 67. RGB value is (118,154,103). Sum of RGB (Red+Green+Blue) = 118+154+103=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 154 - color contains mainly: green. Hex color #769A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769A67 is #896598. Grayscale: #898989. Windows color (decimal): -9004441 or 6789750. OLE color: 6789750.

HSL color Cylindrical-coordinate representation of color #769A67: hue angle of 102.35º 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 #769A67 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB118154103-
CMYK0.2300.330.40
HSL102.35º20.16%50.39%-
HSV(B)102.35º33.12%60.39%-
XYZ21.4727.9417.09-
YUV137.42108.57114.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 154 (60.55% from 255) = 41.07%
BLUE value IS 103 (40.62% from 255) = 27.47%
R=31.47%
G=41.07%
B=27.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181541030.2300.330.40102.3520.1650.39
Hex769A671702128661432
Octal16623214727041501462462
Binary1110110100110101100111101110100001101000110011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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