Html Css Color HEX #84908D Granny Smith

📋 copy color: '#84908D'

red 132 ◦ green 144 ◦ blue 141

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

Shades of Granny Smith #84908D

Tints of Granny Smith #84908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.53%

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

R = 31.65%
G = 34.53%
B = 33.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#84908D (or 0x84908D) is known color: Granny Smith. HEX triplet: 84, 90 and 8D. RGB value is (132,144,141). Sum of RGB (Red+Green+Blue) = 132+144+141=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 144 - color contains mainly: green. Hex color #84908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84908D is #7B6F72. Grayscale: #8C8C8C. Windows color (decimal): -8089459 or 9277572. OLE color: 9277572.

HSL color Cylindrical-coordinate representation of color #84908D: hue angle of 165º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #84908D is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 144 141 -
CMYK 0.08 0 0.02 0.44
HSL 165º 0.05% 0.54% -
HSV(B) 165º 0.08% 0.56% -
XYZ 24.3 26.78 29.09 -
YUV 140.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 132 144 141 0.08 0 0.02 0.44 165 0.05 0.54
Hex 84 90 8D 8 0 2 2C A5 5 36
Octal 204 220 215 10 0 2 54 245 5 66
Binary 10000100 10010000 10001101 1000 0 10 101100 10100101 101 110110

Color Harmonies of #84908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84908D

Black with #84908D

Text Example


Text Example

White with #84908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84908D; }

 p { color: rgb(132,144,141); }

 H1.HeaderClassName
 {
   color: #84908D;
 }
 .AnyTagClassName
 {
   color: #84908D;
 }
</style>

background-color css

<style>
 a { background-color: #84908D; }

 a { background-color: rgb(132,144,141); }

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

border-color css

<style>
 span { border-color: #84908D; }

 span { border-color: rgb(132,144,141); }

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