Html Css Color HEX #8E874A Highball

📋 copy color: '#8E874A'

red 142 ◦ green 135 ◦ blue 74

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

Shades of Highball #8E874A

Tints of Highball #8E874A

RGB

 RED value IS 142 (55.86% from 255) = 40.46%

 GREEN value IS 135 (53.13% from 255) = 38.46%

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 40.46%
G = 38.46%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#8E874A (or 0x8E874A) is known color: Highball. HEX triplet: 8E, 87 and 4A. RGB value is (142,135,74). Sum of RGB (Red+Green+Blue) = 142+135+74=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E874A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E874A is #7178B5. Grayscale: #828282. Windows color (decimal): -7436470 or 4884366. OLE color: 4884366.

HSL color Cylindrical-coordinate representation of color #8E874A: hue angle of 53.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E874A is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 135 74 -
CMYK 0 0.05 0.48 0.44
HSL 53.82º 0.31% 0.42% -
HSV(B) 53.82º 0.48% 0.56% -
XYZ 21.06 23.57 9.92 -
YUV 130.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 142 135 74 0 0.05 0.48 0.44 53.82 0.31 0.42
Hex 8E 87 4A 0 5 30 2C 36 1F 2A
Octal 216 207 112 0 5 60 54 66 37 52
Binary 10001110 10000111 1001010 0 101 110000 101100 110110 11111 101010

Color Harmonies of #8E874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E874A

Black with #8E874A

Text Example


Text Example

White with #8E874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E874A; }

 p { color: rgb(142,135,74); }

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

background-color css

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

 a { background-color: rgb(142,135,74); }

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

border-color css

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

 span { border-color: rgb(142,135,74); }

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