Html Css Color HEX #869691 Granny Smith

📋 copy color: '#869691'

red 134 ◦ green 150 ◦ blue 145

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

Shades of Granny Smith #869691

Tints of Granny Smith #869691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.97%

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

R = 31.24%
G = 34.97%
B = 33.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#869691 (or 0x869691) is known color: Granny Smith. HEX triplet: 86, 96 and 91. RGB value is (134,150,145). Sum of RGB (Red+Green+Blue) = 134+150+145=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 150 - color contains mainly: green. Hex color #869691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869691 is #79696E. Grayscale: #909090. Windows color (decimal): -7956847 or 9541254. OLE color: 9541254.

HSL color Cylindrical-coordinate representation of color #869691: hue angle of 161.25º degrees, saturation: 0.07, 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 #869691 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 150 145 -
CMYK 0.11 0 0.03 0.41
HSL 161.25º 0.07% 0.56% -
HSV(B) 161.25º 0.11% 0.59% -
XYZ 25.85 28.93 31.01 -
YUV 144.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 134 150 145 0.11 0 0.03 0.41 161.25 0.07 0.56
Hex 86 96 91 B 0 3 29 A1 7 38
Octal 206 226 221 13 0 3 51 241 7 70
Binary 10000110 10010110 10010001 1011 0 11 101001 10100001 111 111000

Color Harmonies of #869691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869691

Black with #869691

Text Example


Text Example

White with #869691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869691; }

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

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

background-color css

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

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

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

border-color css

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

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

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