Html Css Color HEX #6FA564 Amulet

📋 copy color: '#6FA564'

red 111 ◦ green 165 ◦ blue 100

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

Shades of Amulet #6FA564

Tints of Amulet #6FA564

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.88%

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

R = 29.52%
G = 43.88%
B = 26.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#6FA564 (or 0x6FA564) is known color: Amulet. HEX triplet: 6F, A5 and 64. RGB value is (111,165,100). Sum of RGB (Red+Green+Blue) = 111+165+100=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA564 is #905A9B. Grayscale: #8D8D8D. Windows color (decimal): -9460380 or 6595951. OLE color: 6595951.

HSL color Cylindrical-coordinate representation of color #6FA564: hue angle of 109.85º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FA564 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 111 165 100 -
CMYK 0.33 0 0.39 0.35
HSL 109.85º 0.27% 0.52% -
HSV(B) 109.85º 0.39% 0.65% -
XYZ 22.31 31.21 16.9 -
YUV 141.44 104.61 106.29 -
System Red Green Blue C M Y K H S L
Decimal 111 165 100 0.33 0 0.39 0.35 109.85 0.27 0.52
Hex 6F A5 64 21 0 27 23 6E 1B 34
Octal 157 245 144 41 0 47 43 156 33 64
Binary 1101111 10100101 1100100 100001 0 100111 100011 1101110 11011 110100

Color Harmonies of #6FA564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA564

Black with #6FA564

Text Example


Text Example

White with #6FA564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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