Html Css Color HEX #6FA060 Amulet

📋 copy color: '#6FA060'

red 111 ◦ green 160 ◦ blue 96

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

Shades of Amulet #6FA060

Tints of Amulet #6FA060

RGB

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

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

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

R = 30.25%
G = 43.6%
B = 26.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#6FA060 (or 0x6FA060) is known color: Amulet. HEX triplet: 6F, A0 and 60. RGB value is (111,160,96). Sum of RGB (Red+Green+Blue) = 111+160+96=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA060 is #905F9F. Grayscale: #8A8A8A. Windows color (decimal): -9461664 or 6332527. OLE color: 6332527.

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

Color convert

RGB 111 160 96 -
CMYK 0.31 0 0.4 0.37
HSL 105.94º 0.25% 0.5% -
HSV(B) 105.94º 0.4% 0.63% -
XYZ 21.24 29.37 15.62 -
YUV 138.05 104.27 108.7 -
System Red Green Blue C M Y K H S L
Decimal 111 160 96 0.31 0 0.4 0.37 105.94 0.25 0.5
Hex 6F A0 60 1F 0 28 25 6A 19 32
Octal 157 240 140 37 0 50 45 152 31 62
Binary 1101111 10100000 1100000 11111 0 101000 100101 1101010 11001 110010

Color Harmonies of #6FA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA060

Black with #6FA060

Text Example


Text Example

White with #6FA060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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