Html Css Color HEX #869590 Granny Smith

📋 copy color: '#869590'

red 134 ◦ green 149 ◦ blue 144

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

Shades of Granny Smith #869590

Tints of Granny Smith #869590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.89%

 BLUE value IS 144 (56.64% from 255) = 33.72%

R = 31.38%
G = 34.89%
B = 33.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#869590 (or 0x869590) is known color: Granny Smith. HEX triplet: 86, 95 and 90. RGB value is (134,149,144). Sum of RGB (Red+Green+Blue) = 134+149+144=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 149 - color contains mainly: green. Hex color #869590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869590 is #796A6F. Grayscale: #8F8F8F. Windows color (decimal): -7957104 or 9475462. OLE color: 9475462.

HSL color Cylindrical-coordinate representation of color #869590: hue angle of 160º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #869590 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 149 144 -
CMYK 0.10 0 0.03 0.42
HSL 160º 0.07% 0.55% -
HSV(B) 160º 0.1% 0.58% -
XYZ 25.61 28.58 30.55 -
YUV 143.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 134 149 144 0.10 0 0.03 0.42 160 0.07 0.55
Hex 86 95 90 A 0 3 2A A0 7 37
Octal 206 225 220 12 0 3 52 240 7 67
Binary 10000110 10010101 10010000 1010 0 11 101010 10100000 111 110111

Color Harmonies of #869590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869590

Black with #869590

Text Example


Text Example

White with #869590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869590; }

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

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

background-color css

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

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

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

border-color css

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

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

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