Html Css Color HEX #849691 Granny Smith

📋 copy color: '#849691'

red 132 ◦ green 150 ◦ blue 145

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

Shades of Granny Smith #849691

Tints of Granny Smith #849691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.96%

R = 30.91%
G = 35.13%
B = 33.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#849691 (or 0x849691) is known color: Granny Smith. HEX triplet: 84, 96 and 91. RGB value is (132,150,145). Sum of RGB (Red+Green+Blue) = 132+150+145=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 150 - color contains mainly: green. Hex color #849691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849691 is #7B696E. Grayscale: #909090. Windows color (decimal): -8087919 or 9541252. OLE color: 9541252.

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

Color convert

RGB 132 150 145 -
CMYK 0.12 0 0.03 0.41
HSL 163.33º 0.08% 0.55% -
HSV(B) 163.33º 0.12% 0.59% -
XYZ 25.53 28.76 30.99 -
YUV 144.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 132 150 145 0.12 0 0.03 0.41 163.33 0.08 0.55
Hex 84 96 91 C 0 3 29 A3 8 37
Octal 204 226 221 14 0 3 51 243 10 67
Binary 10000100 10010110 10010001 1100 0 11 101001 10100011 1000 110111

Color Harmonies of #849691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849691

Black with #849691

Text Example


Text Example

White with #849691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849691; }

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

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

background-color css

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

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

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

border-color css

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

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

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