Html Css Color HEX #86928B Granny Smith

📋 copy color: '#86928B'

red 134 ◦ green 146 ◦ blue 139

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

Shades of Granny Smith #86928B

Tints of Granny Smith #86928B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.84%

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 31.98%
G = 34.84%
B = 33.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#86928B (or 0x86928B) is known color: Granny Smith. HEX triplet: 86, 92 and 8B. RGB value is (134,146,139). Sum of RGB (Red+Green+Blue) = 134+146+139=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 146 - color contains mainly: green. Hex color #86928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86928B is #796D74. Grayscale: #8D8D8D. Windows color (decimal): -7957877 or 9147014. OLE color: 9147014.

HSL color Cylindrical-coordinate representation of color #86928B: hue angle of 145º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #86928B is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 146 139 -
CMYK 0.08 0 0.05 0.43
HSL 145º 0.05% 0.55% -
HSV(B) 145º 0.08% 0.57% -
XYZ 24.77 27.49 28.43 -
YUV 141.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 134 146 139 0.08 0 0.05 0.43 145 0.05 0.55
Hex 86 92 8B 8 0 5 2B 91 5 37
Octal 206 222 213 10 0 5 53 221 5 67
Binary 10000110 10010010 10001011 1000 0 101 101011 10010001 101 110111

Color Harmonies of #86928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86928B

Black with #86928B

Text Example


Text Example

White with #86928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86928B; }

 p { color: rgb(134,146,139); }

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

background-color css

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

 a { background-color: rgb(134,146,139); }

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

border-color css

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

 span { border-color: rgb(134,146,139); }

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