Html Css Color HEX #84968E Granny Smith

📋 copy color: '#84968E'

red 132 ◦ green 150 ◦ blue 142

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

Shades of Granny Smith #84968E

Tints of Granny Smith #84968E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.49%

R = 31.13%
G = 35.38%
B = 33.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#84968E (or 0x84968E) is known color: Granny Smith. HEX triplet: 84, 96 and 8E. RGB value is (132,150,142). Sum of RGB (Red+Green+Blue) = 132+150+142=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 150 - color contains mainly: green. Hex color #84968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84968E is #7B6971. Grayscale: #8F8F8F. Windows color (decimal): -8087922 or 9344644. OLE color: 9344644.

HSL color Cylindrical-coordinate representation of color #84968E: hue angle of 153.33º 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 #84968E is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 150 142 -
CMYK 0.12 0 0.05 0.41
HSL 153.33º 0.08% 0.55% -
HSV(B) 153.33º 0.12% 0.59% -
XYZ 25.3 28.67 29.79 -
YUV 143.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 132 150 142 0.12 0 0.05 0.41 153.33 0.08 0.55
Hex 84 96 8E C 0 5 29 99 8 37
Octal 204 226 216 14 0 5 51 231 10 67
Binary 10000100 10010110 10001110 1100 0 101 101001 10011001 1000 110111

Color Harmonies of #84968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84968E

Black with #84968E

Text Example


Text Example

White with #84968E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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