Html Css Color HEX #6FA464 Amulet

📋 copy color: '#6FA464'

red 111 ◦ green 164 ◦ blue 100

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

Shades of Amulet #6FA464

Tints of Amulet #6FA464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.67%

R = 29.6%
G = 43.73%
B = 26.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#6FA464 (or 0x6FA464) is known color: Amulet. HEX triplet: 6F, A4 and 64. RGB value is (111,164,100). Sum of RGB (Red+Green+Blue) = 111+164+100=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA464 is #905B9B. Grayscale: #8D8D8D. Windows color (decimal): -9460636 or 6595695. OLE color: 6595695.

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

Color convert

RGB 111 164 100 -
CMYK 0.32 0 0.39 0.36
HSL 109.69º 0.26% 0.52% -
HSV(B) 109.69º 0.39% 0.64% -
XYZ 22.13 30.85 16.84 -
YUV 140.86 104.94 106.7 -
System Red Green Blue C M Y K H S L
Decimal 111 164 100 0.32 0 0.39 0.36 109.69 0.26 0.52
Hex 6F A4 64 20 0 27 24 6E 1A 34
Octal 157 244 144 40 0 47 44 156 32 64
Binary 1101111 10100100 1100100 100000 0 100111 100100 1101110 11010 110100

Color Harmonies of #6FA464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA464

Black with #6FA464

Text Example


Text Example

White with #6FA464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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