Html Css Color HEX #6AA560 Amulet

📋 copy color: '#6AA560'

red 106 ◦ green 165 ◦ blue 96

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

Shades of Amulet #6AA560

Tints of Amulet #6AA560

RGB

 RED value IS 106 (41.8% from 255) = 28.88%

 GREEN value IS 165 (64.84% from 255) = 44.96%

 BLUE value IS 96 (37.89% from 255) = 26.16%

R = 28.88%
G = 44.96%
B = 26.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#6AA560 (or 0x6AA560) is known color: Amulet. HEX triplet: 6A, A5 and 60. RGB value is (106,165,96). Sum of RGB (Red+Green+Blue) = 106+165+96=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 165 - color contains mainly: green. Hex color #6AA560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA560 is #955A9F. Grayscale: #8B8B8B. Windows color (decimal): -9788064 or 6333802. OLE color: 6333802.

HSL color Cylindrical-coordinate representation of color #6AA560: hue angle of 111.3º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6AA560 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 106 165 96 -
CMYK 0.36 0 0.42 0.35
HSL 111.3º 0.28% 0.51% -
HSV(B) 111.3º 0.42% 0.65% -
XYZ 21.51 30.82 15.88 -
YUV 139.49 103.45 104.11 -
System Red Green Blue C M Y K H S L
Decimal 106 165 96 0.36 0 0.42 0.35 111.3 0.28 0.51
Hex 6A A5 60 24 0 2A 23 6F 1C 33
Octal 152 245 140 44 0 52 43 157 34 63
Binary 1101010 10100101 1100000 100100 0 101010 100011 1101111 11100 110011

Color Harmonies of #6AA560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA560

Black with #6AA560

Text Example


Text Example

White with #6AA560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AA560; }

 p { color: rgb(106,165,96); }

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

background-color css

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

 a { background-color: rgb(106,165,96); }

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

border-color css

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

 span { border-color: rgb(106,165,96); }

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