Html Css Color HEX #8FAD8F Pewter

📋 copy color: '#8FAD8F'

red 143 ◦ green 173 ◦ blue 143

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

Shades of Pewter #8FAD8F

Tints of Pewter #8FAD8F

RGB

 RED value IS 143 (56.25% from 255) = 31.15%

 GREEN value IS 173 (67.97% from 255) = 37.69%

 BLUE value IS 143 (56.25% from 255) = 31.15%

R = 31.15%
G = 37.69%
B = 31.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#8FAD8F (or 0x8FAD8F) is known color: Pewter. HEX triplet: 8F, AD and 8F. RGB value is (143,173,143). Sum of RGB (Red+Green+Blue) = 143+173+143=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAD8F is #705270. Grayscale: #A0A0A0. Windows color (decimal): -7361137 or 9416079. OLE color: 9416079.

HSL color Cylindrical-coordinate representation of color #8FAD8F: hue angle of 120º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FAD8F is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 173 143 -
CMYK 0.17 0 0.17 0.32
HSL 120º 0.15% 0.62% -
HSV(B) 120º 0.17% 0.68% -
XYZ 31.23 37.71 31.62 -
YUV 160.61 118.06 115.44 -
System Red Green Blue C M Y K H S L
Decimal 143 173 143 0.17 0 0.17 0.32 120 0.15 0.62
Hex 8F AD 8F 11 0 11 20 78 F 3E
Octal 217 255 217 21 0 21 40 170 17 76
Binary 10001111 10101101 10001111 10001 0 10001 100000 1111000 1111 111110

Color Harmonies of #8FAD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAD8F

Black with #8FAD8F

Text Example


Text Example

White with #8FAD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FAD8F; }

 p { color: rgb(143,173,143); }

 H1.HeaderClassName
 {
   color: #8FAD8F;
 }
 .AnyTagClassName
 {
   color: #8FAD8F;
 }
</style>

background-color css

<style>
 a { background-color: #8FAD8F; }

 a { background-color: rgb(143,173,143); }

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

border-color css

<style>
 span { border-color: #8FAD8F; }

 span { border-color: rgb(143,173,143); }

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