Html Css Color HEX #6FA560 Amulet

📋 copy color: '#6FA560'

red 111 ◦ green 165 ◦ blue 96

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

Shades of Amulet #6FA560

Tints of Amulet #6FA560

RGB

 RED value IS 111 (43.75% from 255) = 29.84%

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

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

R = 29.84%
G = 44.35%
B = 25.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#6FA560 (or 0x6FA560) is known color: Amulet. HEX triplet: 6F, A5 and 60. RGB value is (111,165,96). Sum of RGB (Red+Green+Blue) = 111+165+96=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA560 is #905A9F. Grayscale: #8D8D8D. Windows color (decimal): -9460384 or 6333807. OLE color: 6333807.

HSL color Cylindrical-coordinate representation of color #6FA560: hue angle of 106.96º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FA560 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 111 165 96 -
CMYK 0.33 0 0.42 0.35
HSL 106.96º 0.28% 0.51% -
HSV(B) 106.96º 0.42% 0.65% -
XYZ 22.12 31.13 15.91 -
YUV 140.99 102.61 106.61 -
System Red Green Blue C M Y K H S L
Decimal 111 165 96 0.33 0 0.42 0.35 106.96 0.28 0.51
Hex 6F A5 60 21 0 2A 23 6B 1C 33
Octal 157 245 140 41 0 52 43 153 34 63
Binary 1101111 10100101 1100000 100001 0 101010 100011 1101011 11100 110011

Color Harmonies of #6FA560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA560

Black with #6FA560

Text Example


Text Example

White with #6FA560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,165,96); }

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

background-color css

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

 a { background-color: rgb(111,165,96); }

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

border-color css

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

 span { border-color: rgb(111,165,96); }

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