Html Css Color HEX #8B8F8D Granny Smith

📋 copy color: '#8B8F8D'

red 139 ◦ green 143 ◦ blue 141

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

Shades of Granny Smith #8B8F8D

Tints of Granny Smith #8B8F8D

RGB

 RED value IS 139 (54.69% from 255) = 32.86%

 GREEN value IS 143 (56.25% from 255) = 33.81%

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 32.86%
G = 33.81%
B = 33.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8B8F8D (or 0x8B8F8D) is known color: Granny Smith. HEX triplet: 8B, 8F and 8D. RGB value is (139,143,141). Sum of RGB (Red+Green+Blue) = 139+143+141=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 143 - color contains mainly: green. Hex color #8B8F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8F8D is #747072. Grayscale: #8D8D8D. Windows color (decimal): -7630963 or 9277323. OLE color: 9277323.

HSL color Cylindrical-coordinate representation of color #8B8F8D: hue angle of 150º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8B8F8D is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 139 143 141 -
CMYK 0.03 0 0.01 0.44
HSL 150º 0.02% 0.55% -
HSV(B) 150º 0.03% 0.56% -
XYZ 25.28 27.06 29.09 -
YUV 141.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 139 143 141 0.03 0 0.01 0.44 150 0.02 0.55
Hex 8B 8F 8D 3 0 1 2C 96 2 37
Octal 213 217 215 3 0 1 54 226 2 67
Binary 10001011 10001111 10001101 11 0 1 101100 10010110 10 110111

Color Harmonies of #8B8F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8F8D

Black with #8B8F8D

Text Example


Text Example

White with #8B8F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,143,141); }

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

background-color css

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

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

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

border-color css

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

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

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