Html Css Color HEX #6CA564 Amulet

📋 copy color: '#6CA564'

red 108 ◦ green 165 ◦ blue 100

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

Shades of Amulet #6CA564

Tints of Amulet #6CA564

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.24%

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

R = 28.95%
G = 44.24%
B = 26.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#6CA564 (or 0x6CA564) is known color: Amulet. HEX triplet: 6C, A5 and 64. RGB value is (108,165,100). Sum of RGB (Red+Green+Blue) = 108+165+100=373 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.95% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA564 is #935A9B. Grayscale: #8C8C8C. Windows color (decimal): -9656988 or 6595948. OLE color: 6595948.

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

Color convert

RGB 108 165 100 -
CMYK 0.35 0 0.39 0.35
HSL 112.62º 0.27% 0.52% -
HSV(B) 112.62º 0.39% 0.65% -
XYZ 21.94 31.02 16.89 -
YUV 140.55 105.12 104.79 -
System Red Green Blue C M Y K H S L
Decimal 108 165 100 0.35 0 0.39 0.35 112.62 0.27 0.52
Hex 6C A5 64 23 0 27 23 71 1B 34
Octal 154 245 144 43 0 47 43 161 33 64
Binary 1101100 10100101 1100100 100011 0 100111 100011 1110001 11011 110100

Color Harmonies of #6CA564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA564

Black with #6CA564

Text Example


Text Example

White with #6CA564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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