Html Css Color HEX #869992 Granny Smith

📋 copy color: '#869992'

red 134 ◦ green 153 ◦ blue 146

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

Shades of Granny Smith #869992

Tints of Granny Smith #869992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.72%

R = 30.95%
G = 35.33%
B = 33.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#869992 (or 0x869992) is known color: Granny Smith. HEX triplet: 86, 99 and 92. RGB value is (134,153,146). Sum of RGB (Red+Green+Blue) = 134+153+146=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 153 - color contains mainly: green. Hex color #869992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869992 is #79666D. Grayscale: #929292. Windows color (decimal): -7956078 or 9607558. OLE color: 9607558.

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

Color convert

RGB 134 153 146 -
CMYK 0.12 0 0.05 0.4
HSL 157.89º 0.09% 0.56% -
HSV(B) 157.89º 0.12% 0.6% -
XYZ 26.41 29.93 31.58 -
YUV 146.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 134 153 146 0.12 0 0.05 0.4 157.89 0.09 0.56
Hex 86 99 92 C 0 5 28 9E 9 38
Octal 206 231 222 14 0 5 50 236 11 70
Binary 10000110 10011001 10010010 1100 0 101 101000 10011110 1001 111000

Color Harmonies of #869992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869992

Black with #869992

Text Example


Text Example

White with #869992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869992; }

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

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

background-color css

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

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

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

border-color css

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

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

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