Html Css Color HEX #869993 Granny Smith

📋 copy color: '#869993'

red 134 ◦ green 153 ◦ blue 147

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

Shades of Granny Smith #869993

Tints of Granny Smith #869993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.87%

R = 30.88%
G = 35.25%
B = 33.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#869993 (or 0x869993) is known color: Granny Smith. HEX triplet: 86, 99 and 93. RGB value is (134,153,147). Sum of RGB (Red+Green+Blue) = 134+153+147=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 153 - color contains mainly: green. Hex color #869993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869993 is #79666C. Grayscale: #929292. Windows color (decimal): -7956077 or 9673094. OLE color: 9673094.

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

Color convert

RGB 134 153 147 -
CMYK 0.12 0 0.04 0.4
HSL 161.05º 0.09% 0.56% -
HSV(B) 161.05º 0.12% 0.6% -
XYZ 26.49 29.96 31.99 -
YUV 146.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 134 153 147 0.12 0 0.04 0.4 161.05 0.09 0.56
Hex 86 99 93 C 0 4 28 A1 9 38
Octal 206 231 223 14 0 4 50 241 11 70
Binary 10000110 10011001 10010011 1100 0 100 101000 10100001 1001 111000

Color Harmonies of #869993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869993

Black with #869993

Text Example


Text Example

White with #869993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869993; }

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

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

background-color css

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

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

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

border-color css

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

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

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