Html Css Color HEX #84968D Granny Smith

📋 copy color: '#84968D'

red 132 ◦ green 150 ◦ blue 141

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

Shades of Granny Smith #84968D

Tints of Granny Smith #84968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.46%

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

R = 31.21%
G = 35.46%
B = 33.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#84968D (or 0x84968D) is known color: Granny Smith. HEX triplet: 84, 96 and 8D. RGB value is (132,150,141). Sum of RGB (Red+Green+Blue) = 132+150+141=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 150 - color contains mainly: green. Hex color #84968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84968D is #7B6972. Grayscale: #8F8F8F. Windows color (decimal): -8087923 or 9279108. OLE color: 9279108.

HSL color Cylindrical-coordinate representation of color #84968D: hue angle of 150º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #84968D is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 150 141 -
CMYK 0.12 0 0.06 0.41
HSL 150º 0.08% 0.55% -
HSV(B) 150º 0.12% 0.59% -
XYZ 25.23 28.64 29.4 -
YUV 143.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 132 150 141 0.12 0 0.06 0.41 150 0.08 0.55
Hex 84 96 8D C 0 6 29 96 8 37
Octal 204 226 215 14 0 6 51 226 10 67
Binary 10000100 10010110 10001101 1100 0 110 101001 10010110 1000 110111

Color Harmonies of #84968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84968D

Black with #84968D

Text Example


Text Example

White with #84968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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