Html Css Color HEX #849690 Granny Smith

📋 copy color: '#849690'

red 132 ◦ green 150 ◦ blue 144

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

Shades of Granny Smith #849690

Tints of Granny Smith #849690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.8%

R = 30.99%
G = 35.21%
B = 33.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#849690 (or 0x849690) is known color: Granny Smith. HEX triplet: 84, 96 and 90. RGB value is (132,150,144). Sum of RGB (Red+Green+Blue) = 132+150+144=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 150 - color contains mainly: green. Hex color #849690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849690 is #7B696F. Grayscale: #8F8F8F. Windows color (decimal): -8087920 or 9475716. OLE color: 9475716.

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

Color convert

RGB 132 150 144 -
CMYK 0.12 0 0.04 0.41
HSL 160º 0.08% 0.55% -
HSV(B) 160º 0.12% 0.59% -
XYZ 25.46 28.73 30.59 -
YUV 143.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 132 150 144 0.12 0 0.04 0.41 160 0.08 0.55
Hex 84 96 90 C 0 4 29 A0 8 37
Octal 204 226 220 14 0 4 51 240 10 67
Binary 10000100 10010110 10010000 1100 0 100 101001 10100000 1000 110111

Color Harmonies of #849690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849690

Black with #849690

Text Example


Text Example

White with #849690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849690; }

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

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

background-color css

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

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

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

border-color css

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

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

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