Html Css Color HEX #6CA364 Amulet

📋 copy color: '#6CA364'

red 108 ◦ green 163 ◦ blue 100

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

Shades of Amulet #6CA364

Tints of Amulet #6CA364

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.94%

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

R = 29.11%
G = 43.94%
B = 26.95%

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

#6CA364 (or 0x6CA364) is known color: Amulet. HEX triplet: 6C, A3 and 64. RGB value is (108,163,100). Sum of RGB (Red+Green+Blue) = 108+163+100=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #6CA364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA364 is #935C9B. Grayscale: #8B8B8B. Windows color (decimal): -9657500 or 6595436. OLE color: 6595436.

HSL color Cylindrical-coordinate representation of color #6CA364: hue angle of 112.38º 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 #6CA364 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 108 163 100 -
CMYK 0.34 0 0.39 0.36
HSL 112.38º 0.26% 0.52% -
HSV(B) 112.38º 0.39% 0.64% -
XYZ 21.58 30.3 16.77 -
YUV 139.37 105.78 105.62 -
System Red Green Blue C M Y K H S L
Decimal 108 163 100 0.34 0 0.39 0.36 112.38 0.26 0.52
Hex 6C A3 64 22 0 27 24 70 1A 34
Octal 154 243 144 42 0 47 44 160 32 64
Binary 1101100 10100011 1100100 100010 0 100111 100100 1110000 11010 110100

Color Harmonies of #6CA364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA364

Black with #6CA364

Text Example


Text Example

White with #6CA364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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