Html Css Color HEX #868A75 Bitter

📋 copy color: '#868A75'

red 134 ◦ green 138 ◦ blue 117

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

Shades of Bitter #868A75

Tints of Bitter #868A75

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.48%

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 34.45%
G = 35.48%
B = 30.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#868A75 (or 0x868A75) is known color: Bitter. HEX triplet: 86, 8A and 75. RGB value is (134,138,117). Sum of RGB (Red+Green+Blue) = 134+138+117=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 138 - color contains mainly: green. Hex color #868A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868A75 is #79758A. Grayscale: #868686. Windows color (decimal): -7959947 or 7703174. OLE color: 7703174.

HSL color Cylindrical-coordinate representation of color #868A75: hue angle of 71.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #868A75 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 138 117 -
CMYK 0.03 0 0.15 0.46
HSL 71.43º 0.08% 0.5% -
HSV(B) 71.43º 0.15% 0.54% -
XYZ 22.13 24.53 20.4 -
YUV 134.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 134 138 117 0.03 0 0.15 0.46 71.43 0.08 0.5
Hex 86 8A 75 3 0 F 2E 47 8 32
Octal 206 212 165 3 0 17 56 107 10 62
Binary 10000110 10001010 1110101 11 0 1111 101110 1000111 1000 110010

Color Harmonies of #868A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868A75

Black with #868A75

Text Example


Text Example

White with #868A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,138,117); }

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

background-color css

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

 a { background-color: rgb(134,138,117); }

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

border-color css

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

 span { border-color: rgb(134,138,117); }

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