Html Css Color HEX #6CA060 Amulet

📋 copy color: '#6CA060'

red 108 ◦ green 160 ◦ blue 96

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

Shades of Amulet #6CA060

Tints of Amulet #6CA060

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.96%

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

R = 29.67%
G = 43.96%
B = 26.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#6CA060 (or 0x6CA060) is known color: Amulet. HEX triplet: 6C, A0 and 60. RGB value is (108,160,96). Sum of RGB (Red+Green+Blue) = 108+160+96=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA060 is #935F9F. Grayscale: #898989. Windows color (decimal): -9658272 or 6332524. OLE color: 6332524.

HSL color Cylindrical-coordinate representation of color #6CA060: hue angle of 108.75º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CA060 is Cyan = 0.32, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 108 160 96 -
CMYK 0.32 0 0.4 0.37
HSL 108.75º 0.25% 0.5% -
HSV(B) 108.75º 0.4% 0.63% -
XYZ 20.87 29.17 15.6 -
YUV 137.16 104.77 107.2 -
System Red Green Blue C M Y K H S L
Decimal 108 160 96 0.32 0 0.4 0.37 108.75 0.25 0.5
Hex 6C A0 60 20 0 28 25 6D 19 32
Octal 154 240 140 40 0 50 45 155 31 62
Binary 1101100 10100000 1100000 100000 0 101000 100101 1101101 11001 110010

Color Harmonies of #6CA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA060

Black with #6CA060

Text Example


Text Example

White with #6CA060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,160,96); }

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

background-color css

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

 a { background-color: rgb(108,160,96); }

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

border-color css

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

 span { border-color: rgb(108,160,96); }

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