Html Css Color HEX #86938F Granny Smith

📋 copy color: '#86938F'

red 134 ◦ green 147 ◦ blue 143

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

Shades of Granny Smith #86938F

Tints of Granny Smith #86938F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.67%

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

R = 31.6%
G = 34.67%
B = 33.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#86938F (or 0x86938F) is known color: Granny Smith. HEX triplet: 86, 93 and 8F. RGB value is (134,147,143). Sum of RGB (Red+Green+Blue) = 134+147+143=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 147 - color contains mainly: green. Hex color #86938F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86938F is #796C70. Grayscale: #8E8E8E. Windows color (decimal): -7957617 or 9409414. OLE color: 9409414.

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

Color convert

RGB 134 147 143 -
CMYK 0.09 0 0.03 0.42
HSL 161.54º 0.06% 0.55% -
HSV(B) 161.54º 0.09% 0.58% -
XYZ 25.22 27.92 30.05 -
YUV 142.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 134 147 143 0.09 0 0.03 0.42 161.54 0.06 0.55
Hex 86 93 8F 9 0 3 2A A2 6 37
Octal 206 223 217 11 0 3 52 242 6 67
Binary 10000110 10010011 10001111 1001 0 11 101010 10100010 110 110111

Color Harmonies of #86938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86938F

Black with #86938F

Text Example


Text Example

White with #86938F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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