Html Css Color HEX #86988E Granny Smith

📋 copy color: '#86988E'

red 134 ◦ green 152 ◦ blue 142

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

Shades of Granny Smith #86988E

Tints of Granny Smith #86988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.51%

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

R = 31.31%
G = 35.51%
B = 33.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#86988E (or 0x86988E) is known color: Granny Smith. HEX triplet: 86, 98 and 8E. RGB value is (134,152,142). Sum of RGB (Red+Green+Blue) = 134+152+142=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 152 - color contains mainly: green. Hex color #86988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86988E is #796771. Grayscale: #919191. Windows color (decimal): -7956338 or 9345158. OLE color: 9345158.

HSL color Cylindrical-coordinate representation of color #86988E: hue angle of 146.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #86988E is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 152 142 -
CMYK 0.12 0 0.07 0.40
HSL 146.67º 0.08% 0.56% -
HSV(B) 146.67º 0.12% 0.6% -
XYZ 25.94 29.48 29.91 -
YUV 145.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 134 152 142 0.12 0 0.07 0.40 146.67 0.08 0.56
Hex 86 98 8E C 0 7 28 93 8 38
Octal 206 230 216 14 0 7 50 223 10 70
Binary 10000110 10011000 10001110 1100 0 111 101000 10010011 1000 111000

Color Harmonies of #86988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86988E

Black with #86988E

Text Example


Text Example

White with #86988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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