Html Css Color HEX #8B948F Granny Smith

📋 copy color: '#8B948F'

red 139 ◦ green 148 ◦ blue 143

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

Shades of Granny Smith #8B948F

Tints of Granny Smith #8B948F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.42%

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

R = 32.33%
G = 34.42%
B = 33.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#8B948F (or 0x8B948F) is known color: Granny Smith. HEX triplet: 8B, 94 and 8F. RGB value is (139,148,143). Sum of RGB (Red+Green+Blue) = 139+148+143=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 148 - color contains mainly: green. Hex color #8B948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B948F is #746B70. Grayscale: #909090. Windows color (decimal): -7629681 or 9409675. OLE color: 9409675.

HSL color Cylindrical-coordinate representation of color #8B948F: hue angle of 146.67º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8B948F is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 148 143 -
CMYK 0.06 0 0.03 0.42
HSL 146.67º 0.04% 0.56% -
HSV(B) 146.67º 0.06% 0.58% -
XYZ 26.2 28.65 30.14 -
YUV 144.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 139 148 143 0.06 0 0.03 0.42 146.67 0.04 0.56
Hex 8B 94 8F 6 0 3 2A 93 4 38
Octal 213 224 217 6 0 3 52 223 4 70
Binary 10001011 10010100 10001111 110 0 11 101010 10010011 100 111000

Color Harmonies of #8B948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B948F

Black with #8B948F

Text Example


Text Example

White with #8B948F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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