Html Css Color HEX #6CA464 Amulet

📋 copy color: '#6CA464'

red 108 ◦ green 164 ◦ blue 100

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

Shades of Amulet #6CA464

Tints of Amulet #6CA464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.88%

R = 29.03%
G = 44.09%
B = 26.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#6CA464 (or 0x6CA464) is known color: Amulet. HEX triplet: 6C, A4 and 64. RGB value is (108,164,100). Sum of RGB (Red+Green+Blue) = 108+164+100=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA464 is #935B9B. Grayscale: #8C8C8C. Windows color (decimal): -9657244 or 6595692. OLE color: 6595692.

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

Color convert

RGB 108 164 100 -
CMYK 0.34 0 0.39 0.36
HSL 112.5º 0.26% 0.52% -
HSV(B) 112.5º 0.39% 0.64% -
XYZ 21.76 30.66 16.83 -
YUV 139.96 105.45 105.2 -
System Red Green Blue C M Y K H S L
Decimal 108 164 100 0.34 0 0.39 0.36 112.5 0.26 0.52
Hex 6C A4 64 22 0 27 24 70 1A 34
Octal 154 244 144 42 0 47 44 160 32 64
Binary 1101100 10100100 1100100 100010 0 100111 100100 1110000 11010 110100

Color Harmonies of #6CA464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA464

Black with #6CA464

Text Example


Text Example

White with #6CA464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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