Html Css Color HEX #86968D Granny Smith

📋 copy color: '#86968D'

red 134 ◦ green 150 ◦ blue 141

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

Shades of Granny Smith #86968D

Tints of Granny Smith #86968D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 31.53%
G = 35.29%
B = 33.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#86968D (or 0x86968D) is known color: Granny Smith. HEX triplet: 86, 96 and 8D. RGB value is (134,150,141). Sum of RGB (Red+Green+Blue) = 134+150+141=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 150 - color contains mainly: green. Hex color #86968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86968D is #796972. Grayscale: #909090. Windows color (decimal): -7956851 or 9279110. OLE color: 9279110.

HSL color Cylindrical-coordinate representation of color #86968D: hue angle of 146.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 #86968D is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 150 141 -
CMYK 0.11 0 0.06 0.41
HSL 146.25º 0.07% 0.56% -
HSV(B) 146.25º 0.11% 0.59% -
XYZ 25.55 28.8 29.41 -
YUV 144.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 134 150 141 0.11 0 0.06 0.41 146.25 0.07 0.56
Hex 86 96 8D B 0 6 29 92 7 38
Octal 206 226 215 13 0 6 51 222 7 70
Binary 10000110 10010110 10001101 1011 0 110 101001 10010010 111 111000

Color Harmonies of #86968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86968D

Black with #86968D

Text Example


Text Example

White with #86968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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