Html Css Color HEX #869790 Granny Smith

📋 copy color: '#869790'

red 134 ◦ green 151 ◦ blue 144

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

Shades of Granny Smith #869790

Tints of Granny Smith #869790

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.2%

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

R = 31.24%
G = 35.2%
B = 33.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#869790 (or 0x869790) is known color: Granny Smith. HEX triplet: 86, 97 and 90. RGB value is (134,151,144). Sum of RGB (Red+Green+Blue) = 134+151+144=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 151 - color contains mainly: green. Hex color #869790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869790 is #79686F. Grayscale: #919191. Windows color (decimal): -7956592 or 9475974. OLE color: 9475974.

HSL color Cylindrical-coordinate representation of color #869790: hue angle of 155.29º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #869790 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 151 144 -
CMYK 0.11 0 0.05 0.41
HSL 155.29º 0.08% 0.56% -
HSV(B) 155.29º 0.11% 0.59% -
XYZ 25.93 29.22 30.66 -
YUV 145.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 134 151 144 0.11 0 0.05 0.41 155.29 0.08 0.56
Hex 86 97 90 B 0 5 29 9B 8 38
Octal 206 227 220 13 0 5 51 233 10 70
Binary 10000110 10010111 10010000 1011 0 101 101001 10011011 1000 111000

Color Harmonies of #869790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869790

Black with #869790

Text Example


Text Example

White with #869790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869790; }

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

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

background-color css

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

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

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

border-color css

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

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

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