Html Css Color HEX #6FA264 Amulet

📋 copy color: '#6FA264'

red 111 ◦ green 162 ◦ blue 100

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

Shades of Amulet #6FA264

Tints of Amulet #6FA264

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.43%

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

R = 29.76%
G = 43.43%
B = 26.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#6FA264 (or 0x6FA264) is known color: Amulet. HEX triplet: 6F, A2 and 64. RGB value is (111,162,100). Sum of RGB (Red+Green+Blue) = 111+162+100=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA264 is #905D9B. Grayscale: #8B8B8B. Windows color (decimal): -9461148 or 6595183. OLE color: 6595183.

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

Color convert

RGB 111 162 100 -
CMYK 0.31 0 0.38 0.36
HSL 109.35º 0.25% 0.51% -
HSV(B) 109.35º 0.38% 0.64% -
XYZ 21.78 30.14 16.73 -
YUV 139.68 105.6 107.54 -
System Red Green Blue C M Y K H S L
Decimal 111 162 100 0.31 0 0.38 0.36 109.35 0.25 0.51
Hex 6F A2 64 1F 0 26 24 6D 19 33
Octal 157 242 144 37 0 46 44 155 31 63
Binary 1101111 10100010 1100100 11111 0 100110 100100 1101101 11001 110011

Color Harmonies of #6FA264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA264

Black with #6FA264

Text Example


Text Example

White with #6FA264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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