Html Css Color HEX #869491 Granny Smith

📋 copy color: '#869491'

red 134 ◦ green 148 ◦ blue 145

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

Shades of Granny Smith #869491

Tints of Granny Smith #869491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.66%

 BLUE value IS 145 (57.03% from 255) = 33.96%

R = 31.38%
G = 34.66%
B = 33.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#869491 (or 0x869491) is known color: Granny Smith. HEX triplet: 86, 94 and 91. RGB value is (134,148,145). Sum of RGB (Red+Green+Blue) = 134+148+145=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 148 - color contains mainly: green. Hex color #869491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869491 is #796B6E. Grayscale: #8F8F8F. Windows color (decimal): -7957359 or 9540742. OLE color: 9540742.

HSL color Cylindrical-coordinate representation of color #869491: hue angle of 167.14º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #869491 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 148 145 -
CMYK 0.09 0 0.02 0.42
HSL 167.14º 0.06% 0.55% -
HSV(B) 167.14º 0.09% 0.58% -
XYZ 25.53 28.29 30.9 -
YUV 143.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 134 148 145 0.09 0 0.02 0.42 167.14 0.06 0.55
Hex 86 94 91 9 0 2 2A A7 6 37
Octal 206 224 221 11 0 2 52 247 6 67
Binary 10000110 10010100 10010001 1001 0 10 101010 10100111 110 110111

Color Harmonies of #869491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869491

Black with #869491

Text Example


Text Example

White with #869491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869491; }

 p { color: rgb(134,148,145); }

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

background-color css

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

 a { background-color: rgb(134,148,145); }

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

border-color css

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

 span { border-color: rgb(134,148,145); }

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