Html Css Color HEX #84948F Granny Smith

📋 copy color: '#84948F'

red 132 ◦ green 148 ◦ blue 143

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

Shades of Granny Smith #84948F

Tints of Granny Smith #84948F

RGB

 RED value IS 132 (51.95% from 255) = 31.21%

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

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

R = 31.21%
G = 34.99%
B = 33.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#84948F (or 0x84948F) is known color: Granny Smith. HEX triplet: 84, 94 and 8F. RGB value is (132,148,143). Sum of RGB (Red+Green+Blue) = 132+148+143=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 148 - color contains mainly: green. Hex color #84948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84948F is #7B6B70. Grayscale: #8E8E8E. Windows color (decimal): -8088433 or 9409668. OLE color: 9409668.

HSL color Cylindrical-coordinate representation of color #84948F: hue angle of 161.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #84948F is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 148 143 -
CMYK 0.11 0 0.03 0.42
HSL 161.25º 0.07% 0.55% -
HSV(B) 161.25º 0.11% 0.58% -
XYZ 25.06 28.07 30.08 -
YUV 142.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 132 148 143 0.11 0 0.03 0.42 161.25 0.07 0.55
Hex 84 94 8F B 0 3 2A A1 7 37
Octal 204 224 217 13 0 3 52 241 7 67
Binary 10000100 10010100 10001111 1011 0 11 101010 10100001 111 110111

Color Harmonies of #84948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84948F

Black with #84948F

Text Example


Text Example

White with #84948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84948F; }

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

 H1.HeaderClassName
 {
   color: #84948F;
 }
 .AnyTagClassName
 {
   color: #84948F;
 }
</style>

background-color css

<style>
 a { background-color: #84948F; }

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

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

border-color css

<style>
 span { border-color: #84948F; }

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

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