Html Css Color HEX #868970 Bitter

📋 copy color: '#868970'

red 134 ◦ green 137 ◦ blue 112

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

Shades of Bitter #868970

Tints of Bitter #868970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.77%

 BLUE value IS 112 (44.14% from 255) = 29.24%

R = 34.99%
G = 35.77%
B = 29.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#868970 (or 0x868970) is known color: Bitter. HEX triplet: 86, 89 and 70. RGB value is (134,137,112). Sum of RGB (Red+Green+Blue) = 134+137+112=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 137 - color contains mainly: green. Hex color #868970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868970 is #79768F. Grayscale: #858585. Windows color (decimal): -7960208 or 7375238. OLE color: 7375238.

HSL color Cylindrical-coordinate representation of color #868970: hue angle of 67.2º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #868970 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 137 112 -
CMYK 0.02 0 0.18 0.46
HSL 67.2º 0.1% 0.49% -
HSV(B) 67.2º 0.18% 0.54% -
XYZ 21.7 24.13 18.84 -
YUV 133.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 134 137 112 0.02 0 0.18 0.46 67.2 0.1 0.49
Hex 86 89 70 2 0 12 2E 43 A 31
Octal 206 211 160 2 0 22 56 103 12 61
Binary 10000110 10001001 1110000 10 0 10010 101110 1000011 1010 110001

Color Harmonies of #868970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868970

Black with #868970

Text Example


Text Example

White with #868970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868970; }

 p { color: rgb(134,137,112); }

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

background-color css

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

 a { background-color: rgb(134,137,112); }

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

border-color css

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

 span { border-color: rgb(134,137,112); }

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