Html Css Color HEX #6AA660 Amulet

📋 copy color: '#6AA660'

red 106 ◦ green 166 ◦ blue 96

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

Shades of Amulet #6AA660

Tints of Amulet #6AA660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.11%

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

R = 28.8%
G = 45.11%
B = 26.09%

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

#6AA660 (or 0x6AA660) is known color: Amulet. HEX triplet: 6A, A6 and 60. RGB value is (106,166,96). Sum of RGB (Red+Green+Blue) = 106+166+96=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA660 is #95599F. Grayscale: #8C8C8C. Windows color (decimal): -9787808 or 6334058. OLE color: 6334058.

HSL color Cylindrical-coordinate representation of color #6AA660: hue angle of 111.43º 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 #6AA660 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 106 166 96 -
CMYK 0.36 0 0.42 0.35
HSL 111.43º 0.28% 0.51% -
HSV(B) 111.43º 0.42% 0.65% -
XYZ 21.69 31.18 15.94 -
YUV 140.08 103.12 103.69 -
System Red Green Blue C M Y K H S L
Decimal 106 166 96 0.36 0 0.42 0.35 111.43 0.28 0.51
Hex 6A A6 60 24 0 2A 23 6F 1C 33
Octal 152 246 140 44 0 52 43 157 34 63
Binary 1101010 10100110 1100000 100100 0 101010 100011 1101111 11100 110011

Color Harmonies of #6AA660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA660

Black with #6AA660

Text Example


Text Example

White with #6AA660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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