Html Css Color HEX #6CA460 Amulet

📋 copy color: '#6CA460'

red 108 ◦ green 164 ◦ blue 96

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

Shades of Amulet #6CA460

Tints of Amulet #6CA460

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.57%

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

R = 29.35%
G = 44.57%
B = 26.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#6CA460 (or 0x6CA460) is known color: Amulet. HEX triplet: 6C, A4 and 60. RGB value is (108,164,96). Sum of RGB (Red+Green+Blue) = 108+164+96=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA460 is #935B9F. Grayscale: #8B8B8B. Windows color (decimal): -9657248 or 6333548. OLE color: 6333548.

HSL color Cylindrical-coordinate representation of color #6CA460: hue angle of 109.41º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CA460 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 108 164 96 -
CMYK 0.34 0 0.41 0.36
HSL 109.41º 0.27% 0.51% -
HSV(B) 109.41º 0.41% 0.64% -
XYZ 21.57 30.58 15.83 -
YUV 139.5 103.45 105.53 -
System Red Green Blue C M Y K H S L
Decimal 108 164 96 0.34 0 0.41 0.36 109.41 0.27 0.51
Hex 6C A4 60 22 0 29 24 6D 1B 33
Octal 154 244 140 42 0 51 44 155 33 63
Binary 1101100 10100100 1100000 100010 0 101001 100100 1101101 11011 110011

Color Harmonies of #6CA460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA460

Black with #6CA460

Text Example


Text Example

White with #6CA460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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