Html Css Color HEX #869995 Granny Smith

📋 copy color: '#869995'

red 134 ◦ green 153 ◦ blue 149

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

Shades of Granny Smith #869995

Tints of Granny Smith #869995

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.09%

 BLUE value IS 149 (58.59% from 255) = 34.17%

R = 30.73%
G = 35.09%
B = 34.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#869995 (or 0x869995) is known color: Granny Smith. HEX triplet: 86, 99 and 95. RGB value is (134,153,149). Sum of RGB (Red+Green+Blue) = 134+153+149=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 153 - color contains mainly: green. Hex color #869995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869995 is #79666A. Grayscale: #929292. Windows color (decimal): -7956075 or 9804166. OLE color: 9804166.

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

Color convert

RGB 134 153 149 -
CMYK 0.12 0 0.03 0.4
HSL 167.37º 0.09% 0.56% -
HSV(B) 167.37º 0.12% 0.6% -
XYZ 26.65 30.02 32.82 -
YUV 146.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 134 153 149 0.12 0 0.03 0.4 167.37 0.09 0.56
Hex 86 99 95 C 0 3 28 A7 9 38
Octal 206 231 225 14 0 3 50 247 11 70
Binary 10000110 10011001 10010101 1100 0 11 101000 10100111 1001 111000

Color Harmonies of #869995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869995

Black with #869995

Text Example


Text Example

White with #869995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869995; }

 p { color: rgb(134,153,149); }

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

background-color css

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

 a { background-color: rgb(134,153,149); }

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

border-color css

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

 span { border-color: rgb(134,153,149); }

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