Html Css Color HEX #86998F Granny Smith

📋 copy color: '#86998F'

red 134 ◦ green 153 ◦ blue 143

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

Shades of Granny Smith #86998F

Tints of Granny Smith #86998F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.58%

 BLUE value IS 143 (56.25% from 255) = 33.26%

R = 31.16%
G = 35.58%
B = 33.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#86998F (or 0x86998F) is known color: Granny Smith. HEX triplet: 86, 99 and 8F. RGB value is (134,153,143). Sum of RGB (Red+Green+Blue) = 134+153+143=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 153 - color contains mainly: green. Hex color #86998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86998F is #796670. Grayscale: #929292. Windows color (decimal): -7956081 or 9410950. OLE color: 9410950.

HSL color Cylindrical-coordinate representation of color #86998F: hue angle of 148.42º degrees, saturation: 0.09, 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 #86998F is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 153 143 -
CMYK 0.12 0 0.07 0.4
HSL 148.42º 0.09% 0.56% -
HSV(B) 148.42º 0.12% 0.6% -
XYZ 26.18 29.83 30.37 -
YUV 146.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 134 153 143 0.12 0 0.07 0.4 148.42 0.09 0.56
Hex 86 99 8F C 0 7 28 94 9 38
Octal 206 231 217 14 0 7 50 224 11 70
Binary 10000110 10011001 10001111 1100 0 111 101000 10010100 1001 111000

Color Harmonies of #86998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86998F

Black with #86998F

Text Example


Text Example

White with #86998F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86998F; }

 p { color: rgb(134,153,143); }

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

background-color css

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

 a { background-color: rgb(134,153,143); }

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

border-color css

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

 span { border-color: rgb(134,153,143); }

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