Html Css Color HEX #869A96 Granny Smith

📋 copy color: '#869A96'

red 134 ◦ green 154 ◦ blue 150

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

Shades of Granny Smith #869A96

Tints of Granny Smith #869A96

RGB

 RED value IS 134 (52.73% from 255) = 30.59%

 GREEN value IS 154 (60.55% from 255) = 35.16%

 BLUE value IS 150 (58.98% from 255) = 34.25%

R = 30.59%
G = 35.16%
B = 34.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#869A96 (or 0x869A96) is known color: Granny Smith. HEX triplet: 86, 9A and 96. RGB value is (134,154,150). Sum of RGB (Red+Green+Blue) = 134+154+150=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 154 - color contains mainly: green. Hex color #869A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869A96 is #796569. Grayscale: #939393. Windows color (decimal): -7955818 or 9869958. OLE color: 9869958.

HSL color Cylindrical-coordinate representation of color #869A96: hue angle of 168º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #869A96 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 154 150 -
CMYK 0.13 0 0.03 0.40
HSL 168º 0.09% 0.56% -
HSV(B) 168º 0.13% 0.6% -
XYZ 26.89 30.38 33.3 -
YUV 147.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 134 154 150 0.13 0 0.03 0.40 168 0.09 0.56
Hex 86 9A 96 D 0 3 28 A8 9 38
Octal 206 232 226 15 0 3 50 250 11 70
Binary 10000110 10011010 10010110 1101 0 11 101000 10101000 1001 111000

Color Harmonies of #869A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869A96

Black with #869A96

Text Example


Text Example

White with #869A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869A96; }

 p { color: rgb(134,154,150); }

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

background-color css

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

 a { background-color: rgb(134,154,150); }

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

border-color css

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

 span { border-color: rgb(134,154,150); }

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