Html Css Color HEX #86948E Granny Smith

📋 copy color: '#86948E'

red 134 ◦ green 148 ◦ blue 142

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

Shades of Granny Smith #86948E

Tints of Granny Smith #86948E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.49%

R = 31.6%
G = 34.91%
B = 33.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#86948E (or 0x86948E) is known color: Granny Smith. HEX triplet: 86, 94 and 8E. RGB value is (134,148,142). Sum of RGB (Red+Green+Blue) = 134+148+142=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 148 - color contains mainly: green. Hex color #86948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86948E is #796B71. Grayscale: #8F8F8F. Windows color (decimal): -7957362 or 9344134. OLE color: 9344134.

HSL color Cylindrical-coordinate representation of color #86948E: hue angle of 154.29º 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 #86948E is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 148 142 -
CMYK 0.09 0 0.04 0.42
HSL 154.29º 0.06% 0.55% -
HSV(B) 154.29º 0.09% 0.58% -
XYZ 25.3 28.2 29.7 -
YUV 143.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 134 148 142 0.09 0 0.04 0.42 154.29 0.06 0.55
Hex 86 94 8E 9 0 4 2A 9A 6 37
Octal 206 224 216 11 0 4 52 232 6 67
Binary 10000110 10010100 10001110 1001 0 100 101010 10011010 110 110111

Color Harmonies of #86948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86948E

Black with #86948E

Text Example


Text Example

White with #86948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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