Html Css Color HEX #6CA661 Amulet

📋 copy color: '#6CA661'

red 108 ◦ green 166 ◦ blue 97

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

Shades of Amulet #6CA661

Tints of Amulet #6CA661

RGB

 RED value IS 108 (42.58% from 255) = 29.11%

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

 BLUE value IS 97 (38.28% from 255) = 26.15%

R = 29.11%
G = 44.74%
B = 26.15%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#6CA661 (or 0x6CA661) is known color: Amulet. HEX triplet: 6C, A6 and 61. RGB value is (108,166,97). Sum of RGB (Red+Green+Blue) = 108+166+97=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #6CA661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA661 is #93599E. Grayscale: #8D8D8D. Windows color (decimal): -9656735 or 6399596. OLE color: 6399596.

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

Color convert

RGB 108 166 97 -
CMYK 0.35 0 0.42 0.35
HSL 110.43º 0.28% 0.52% -
HSV(B) 110.43º 0.42% 0.65% -
XYZ 21.98 31.32 16.2 -
YUV 140.79 103.28 104.61 -
System Red Green Blue C M Y K H S L
Decimal 108 166 97 0.35 0 0.42 0.35 110.43 0.28 0.52
Hex 6C A6 61 23 0 2A 23 6E 1C 34
Octal 154 246 141 43 0 52 43 156 34 64
Binary 1101100 10100110 1100001 100011 0 101010 100011 1101110 11100 110100

Color Harmonies of #6CA661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA661

Black with #6CA661

Text Example


Text Example

White with #6CA661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,166,97); }

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

background-color css

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

 a { background-color: rgb(108,166,97); }

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

border-color css

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

 span { border-color: rgb(108,166,97); }

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