Html Css Color HEX #6CA05F Amulet

📋 copy color: '#6CA05F'

red 108 ◦ green 160 ◦ blue 95

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

Shades of Amulet #6CA05F

Tints of Amulet #6CA05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.17%

R = 29.75%
G = 44.08%
B = 26.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#6CA05F (or 0x6CA05F) is known color: Amulet. HEX triplet: 6C, A0 and 5F. RGB value is (108,160,95). Sum of RGB (Red+Green+Blue) = 108+160+95=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA05F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA05F is #935FA0. Grayscale: #898989. Windows color (decimal): -9658273 or 6266988. OLE color: 6266988.

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

Color convert

RGB 108 160 95 -
CMYK 0.32 0 0.41 0.37
HSL 108º 0.25% 0.5% -
HSV(B) 108º 0.41% 0.63% -
XYZ 20.82 29.16 15.36 -
YUV 137.04 104.27 107.29 -
System Red Green Blue C M Y K H S L
Decimal 108 160 95 0.32 0 0.41 0.37 108 0.25 0.5
Hex 6C A0 5F 20 0 29 25 6C 19 32
Octal 154 240 137 40 0 51 45 154 31 62
Binary 1101100 10100000 1011111 100000 0 101001 100101 1101100 11001 110010

Color Harmonies of #6CA05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA05F

Black with #6CA05F

Text Example


Text Example

White with #6CA05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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