Html Css Color HEX #6FA166 Amulet

📋 copy color: '#6FA166'

red 111 ◦ green 161 ◦ blue 102

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

Shades of Amulet #6FA166

Tints of Amulet #6FA166

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.05%

 BLUE value IS 102 (40.23% from 255) = 27.27%

R = 29.68%
G = 43.05%
B = 27.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#6FA166 (or 0x6FA166) is known color: Amulet. HEX triplet: 6F, A1 and 66. RGB value is (111,161,102). Sum of RGB (Red+Green+Blue) = 111+161+102=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA166 is #905E99. Grayscale: #8B8B8B. Windows color (decimal): -9461402 or 6725999. OLE color: 6725999.

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

Color convert

RGB 111 161 102 -
CMYK 0.31 0 0.37 0.37
HSL 110.85º 0.24% 0.52% -
HSV(B) 110.85º 0.37% 0.63% -
XYZ 21.7 29.83 17.18 -
YUV 139.32 106.94 107.8 -
System Red Green Blue C M Y K H S L
Decimal 111 161 102 0.31 0 0.37 0.37 110.85 0.24 0.52
Hex 6F A1 66 1F 0 25 25 6F 18 34
Octal 157 241 146 37 0 45 45 157 30 64
Binary 1101111 10100001 1100110 11111 0 100101 100101 1101111 11000 110100

Color Harmonies of #6FA166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA166

Black with #6FA166

Text Example


Text Example

White with #6FA166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,161,102); }

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

background-color css

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

 a { background-color: rgb(111,161,102); }

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

border-color css

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

 span { border-color: rgb(111,161,102); }

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