Html Css Color HEX #868B68 Bitter

📋 copy color: '#868B68'

red 134 ◦ green 139 ◦ blue 104

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

Shades of Bitter #868B68

Tints of Bitter #868B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.59%

R = 35.54%
G = 36.87%
B = 27.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#868B68 (or 0x868B68) is known color: Bitter. HEX triplet: 86, 8B and 68. RGB value is (134,139,104). Sum of RGB (Red+Green+Blue) = 134+139+104=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #868B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B68 is #797497. Grayscale: #858585. Windows color (decimal): -7959704 or 6851462. OLE color: 6851462.

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

Color convert

RGB 134 139 104 -
CMYK 0.04 0 0.25 0.45
HSL 68.57º 0.14% 0.48% -
HSV(B) 68.57º 0.25% 0.55% -
XYZ 21.56 24.53 16.7 -
YUV 133.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 134 139 104 0.04 0 0.25 0.45 68.57 0.14 0.48
Hex 86 8B 68 4 0 19 2D 45 E 30
Octal 206 213 150 4 0 31 55 105 16 60
Binary 10000110 10001011 1101000 100 0 11001 101101 1000101 1110 110000

Color Harmonies of #868B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868B68

Black with #868B68

Text Example


Text Example

White with #868B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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