Html Css Color HEX #869B96 Granny Smith

📋 copy color: '#869B96'

red 134 ◦ green 155 ◦ blue 150

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

Shades of Granny Smith #869B96

Tints of Granny Smith #869B96

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.31%

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

R = 30.52%
G = 35.31%
B = 34.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#869B96 (or 0x869B96) is known color: Granny Smith. HEX triplet: 86, 9B and 96. RGB value is (134,155,150). Sum of RGB (Red+Green+Blue) = 134+155+150=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 155 - color contains mainly: green. Hex color #869B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B96 is #796469. Grayscale: #949494. Windows color (decimal): -7955562 or 9870214. OLE color: 9870214.

HSL color Cylindrical-coordinate representation of color #869B96: hue angle of 165.71º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #869B96 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 155 150 -
CMYK 0.14 0 0.03 0.39
HSL 165.71º 0.1% 0.57% -
HSV(B) 165.71º 0.14% 0.61% -
XYZ 27.06 30.71 33.36 -
YUV 148.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 134 155 150 0.14 0 0.03 0.39 165.71 0.1 0.57
Hex 86 9B 96 E 0 3 27 A6 A 39
Octal 206 233 226 16 0 3 47 246 12 71
Binary 10000110 10011011 10010110 1110 0 11 100111 10100110 1010 111001

Color Harmonies of #869B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869B96

Black with #869B96

Text Example


Text Example

White with #869B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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