#769769

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

Shades of Amulet #769769

Tints of Amulet #769769

Color information

#769769 (or 0x769769) is unknown color: approx Amulet. HEX triplet: 76, 97 and 69. RGB value is (118,151,105). Sum of RGB (Red+Green+Blue) = 118+151+105=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #769769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769769 is #896896. Grayscale: #888888. Windows color (decimal): -9005207 or 6920054. OLE color: 6920054.

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

Color convert

RGB118151105-
CMYK0.2200.300.41
HSL103.04º18.11%50.2%-
HSV(B)103.04º30.46%59.22%-
XYZ21.092717.47-
YUV135.89110.57115.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 151 (59.38% from 255) = 40.37%
BLUE value IS 105 (41.41% from 255) = 28.07%
R=31.55%
G=40.37%
B=28.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181511050.2200.300.41103.0418.1150.2
Hex7697691601E29671232
Octal16622715126036511472262
Binary111011010010111110100110110011110101001110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769769; }

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

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

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

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

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

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

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

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