Html Css Color HEX #868949 Highball

📋 copy color: '#868949'

red 134 ◦ green 137 ◦ blue 73

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

Shades of Highball #868949

Tints of Highball #868949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.22%

R = 38.95%
G = 39.83%
B = 21.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#868949 (or 0x868949) is known color: Highball. HEX triplet: 86, 89 and 49. RGB value is (134,137,73). Sum of RGB (Red+Green+Blue) = 134+137+73=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #868949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868949 is #7976B6. Grayscale: #818181. Windows color (decimal): -7960247 or 4819334. OLE color: 4819334.

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

Color convert

RGB 134 137 73 -
CMYK 0.02 0 0.47 0.46
HSL 62.81º 0.3% 0.41% -
HSV(B) 62.81º 0.47% 0.54% -
XYZ 19.98 23.44 9.77 -
YUV 128.81 96.51 131.7 -
System Red Green Blue C M Y K H S L
Decimal 134 137 73 0.02 0 0.47 0.46 62.81 0.3 0.41
Hex 86 89 49 2 0 2F 2E 3F 1E 29
Octal 206 211 111 2 0 57 56 77 36 51
Binary 10000110 10001001 1001001 10 0 101111 101110 111111 11110 101001

Color Harmonies of #868949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868949

Black with #868949

Text Example


Text Example

White with #868949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868949; }

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

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

background-color css

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

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

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

border-color css

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

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

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