Html Css Color HEX #6FA461 Amulet

📋 copy color: '#6FA461'

red 111 ◦ green 164 ◦ blue 97

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

Shades of Amulet #6FA461

Tints of Amulet #6FA461

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.09%

 BLUE value IS 97 (38.28% from 255) = 26.08%

R = 29.84%
G = 44.09%
B = 26.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#6FA461 (or 0x6FA461) is known color: Amulet. HEX triplet: 6F, A4 and 61. RGB value is (111,164,97). Sum of RGB (Red+Green+Blue) = 111+164+97=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA461 is #905B9E. Grayscale: #8C8C8C. Windows color (decimal): -9460639 or 6399087. OLE color: 6399087.

HSL color Cylindrical-coordinate representation of color #6FA461: hue angle of 107.46º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FA461 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 111 164 97 -
CMYK 0.32 0 0.41 0.36
HSL 107.46º 0.27% 0.51% -
HSV(B) 107.46º 0.41% 0.64% -
XYZ 21.99 30.79 16.09 -
YUV 140.52 103.44 106.95 -
System Red Green Blue C M Y K H S L
Decimal 111 164 97 0.32 0 0.41 0.36 107.46 0.27 0.51
Hex 6F A4 61 20 0 29 24 6B 1B 33
Octal 157 244 141 40 0 51 44 153 33 63
Binary 1101111 10100100 1100001 100000 0 101001 100100 1101011 11011 110011

Color Harmonies of #6FA461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA461

Black with #6FA461

Text Example


Text Example

White with #6FA461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,164,97); }

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

background-color css

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

 a { background-color: rgb(111,164,97); }

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

border-color css

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

 span { border-color: rgb(111,164,97); }

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