#769570

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

Shades of Amulet #769570

Tints of Amulet #769570

Color information

#769570 (or 0x769570) is unknown color: approx Amulet. HEX triplet: 76, 95 and 70. RGB value is (118,149,112). Sum of RGB (Red+Green+Blue) = 118+149+112=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #769570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769570 is #896A8F. Grayscale: #878787. Windows color (decimal): -9005712 or 7378294. OLE color: 7378294.

HSL color Cylindrical-coordinate representation of color #769570: hue angle of 110.27º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769570 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB118149112-
CMYK0.2100.250.42
HSL110.27º14.86%51.18%-
HSV(B)110.27º24.83%58.43%-
XYZ21.1426.5219.33-
YUV135.51114.73115.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 149 (58.59% from 255) = 39.31%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=31.13%
G=39.31%
B=29.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181491120.2100.250.42110.2714.8651.18
Hex769570150192A6ef33
Octal16622516025031521561763
Binary11101101001010111100001010101100110101011011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769570; }

 p { color: rgb(118,149,112); }

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

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

 a { background-color: rgb(118,149,112); }

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

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

 span { border-color: rgb(118,149,112); }

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