Html Css Color HEX #6FA063 Amulet

📋 copy color: '#6FA063'

red 111 ◦ green 160 ◦ blue 99

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

Shades of Amulet #6FA063

Tints of Amulet #6FA063

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.24%

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

R = 30%
G = 43.24%
B = 26.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#6FA063 (or 0x6FA063) is known color: Amulet. HEX triplet: 6F, A0 and 63. RGB value is (111,160,99). Sum of RGB (Red+Green+Blue) = 111+160+99=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA063 is #905F9C. Grayscale: #8A8A8A. Windows color (decimal): -9461661 or 6529135. OLE color: 6529135.

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

Color convert

RGB 111 160 99 -
CMYK 0.31 0 0.38 0.37
HSL 108.2º 0.24% 0.51% -
HSV(B) 108.2º 0.38% 0.63% -
XYZ 21.38 29.42 16.36 -
YUV 138.4 105.77 108.46 -
System Red Green Blue C M Y K H S L
Decimal 111 160 99 0.31 0 0.38 0.37 108.2 0.24 0.51
Hex 6F A0 63 1F 0 26 25 6C 18 33
Octal 157 240 143 37 0 46 45 154 30 63
Binary 1101111 10100000 1100011 11111 0 100110 100101 1101100 11000 110011

Color Harmonies of #6FA063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA063

Black with #6FA063

Text Example


Text Example

White with #6FA063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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