Html Css Color HEX #6FA463 Amulet

📋 copy color: '#6FA463'

red 111 ◦ green 164 ◦ blue 99

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

Shades of Amulet #6FA463

Tints of Amulet #6FA463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.47%

R = 29.68%
G = 43.85%
B = 26.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#6FA463 (or 0x6FA463) is known color: Amulet. HEX triplet: 6F, A4 and 63. RGB value is (111,164,99). Sum of RGB (Red+Green+Blue) = 111+164+99=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA463 is #905B9C. Grayscale: #8C8C8C. Windows color (decimal): -9460637 or 6530159. OLE color: 6530159.

HSL color Cylindrical-coordinate representation of color #6FA463: hue angle of 108.92º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FA463 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 111 164 99 -
CMYK 0.32 0 0.40 0.36
HSL 108.92º 0.26% 0.52% -
HSV(B) 108.92º 0.4% 0.64% -
XYZ 22.08 30.83 16.59 -
YUV 140.74 104.44 106.79 -
System Red Green Blue C M Y K H S L
Decimal 111 164 99 0.32 0 0.40 0.36 108.92 0.26 0.52
Hex 6F A4 63 20 0 28 24 6D 1A 34
Octal 157 244 143 40 0 50 44 155 32 64
Binary 1101111 10100100 1100011 100000 0 101000 100100 1101101 11010 110100

Color Harmonies of #6FA463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA463

Black with #6FA463

Text Example


Text Example

White with #6FA463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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