Html Css Color HEX #868B60 Bitter

📋 copy color: '#868B60'

red 134 ◦ green 139 ◦ blue 96

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

Shades of Bitter #868B60

Tints of Bitter #868B60

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.67%

 BLUE value IS 96 (37.89% from 255) = 26.02%

R = 36.31%
G = 37.67%
B = 26.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#868B60 (or 0x868B60) is known color: Bitter. HEX triplet: 86, 8B and 60. RGB value is (134,139,96). Sum of RGB (Red+Green+Blue) = 134+139+96=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 139 - color contains mainly: green. Hex color #868B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B60 is #79749F. Grayscale: #848484. Windows color (decimal): -7959712 or 6327174. OLE color: 6327174.

HSL color Cylindrical-coordinate representation of color #868B60: hue angle of 66.98º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #868B60 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 139 96 -
CMYK 0.04 0 0.31 0.45
HSL 66.98º 0.18% 0.46% -
HSV(B) 66.98º 0.31% 0.55% -
XYZ 21.18 24.38 14.66 -
YUV 132.6 107.34 129 -
System Red Green Blue C M Y K H S L
Decimal 134 139 96 0.04 0 0.31 0.45 66.98 0.18 0.46
Hex 86 8B 60 4 0 1F 2D 43 12 2E
Octal 206 213 140 4 0 37 55 103 22 56
Binary 10000110 10001011 1100000 100 0 11111 101101 1000011 10010 101110

Color Harmonies of #868B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868B60

Black with #868B60

Text Example


Text Example

White with #868B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868B60; }

 p { color: rgb(134,139,96); }

 H1.HeaderClassName
 {
   color: #868B60;
 }
 .AnyTagClassName
 {
   color: #868B60;
 }
</style>

background-color css

<style>
 a { background-color: #868B60; }

 a { background-color: rgb(134,139,96); }

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

border-color css

<style>
 span { border-color: #868B60; }

 span { border-color: rgb(134,139,96); }

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