Html Css Color HEX #867F2F Pesto

📋 copy color: '#867F2F'

red 134 ◦ green 127 ◦ blue 47

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

Shades of Pesto #867F2F

Tints of Pesto #867F2F

RGB

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

 GREEN value IS 127 (50% from 255) = 41.23%

 BLUE value IS 47 (18.75% from 255) = 15.26%

R = 43.51%
G = 41.23%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#867F2F (or 0x867F2F) is known color: Pesto. HEX triplet: 86, 7F and 2F. RGB value is (134,127,47). Sum of RGB (Red+Green+Blue) = 134+127+47=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #867F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867F2F is #7980D0. Grayscale: #787878. Windows color (decimal): -7962833 or 3112838. OLE color: 3112838.

HSL color Cylindrical-coordinate representation of color #867F2F: hue angle of 55.17º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #867F2F is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 127 47 -
CMYK 0 0.05 0.65 0.47
HSL 55.17º 0.48% 0.35% -
HSV(B) 55.17º 0.65% 0.53% -
XYZ 17.93 20.45 5.69 -
YUV 119.97 86.82 138 -
System Red Green Blue C M Y K H S L
Decimal 134 127 47 0 0.05 0.65 0.47 55.17 0.48 0.35
Hex 86 7F 2F 0 5 41 2F 37 30 23
Octal 206 177 57 0 5 101 57 67 60 43
Binary 10000110 1111111 101111 0 101 1000001 101111 110111 110000 100011

Color Harmonies of #867F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867F2F

Black with #867F2F

Text Example


Text Example

White with #867F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867F2F; }

 p { color: rgb(134,127,47); }

 H1.HeaderClassName
 {
   color: #867F2F;
 }
 .AnyTagClassName
 {
   color: #867F2F;
 }
</style>

background-color css

<style>
 a { background-color: #867F2F; }

 a { background-color: rgb(134,127,47); }

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

border-color css

<style>
 span { border-color: #867F2F; }

 span { border-color: rgb(134,127,47); }

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