#868138

Color #868138 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #868138

Tints of Highball #868138

Color information

#868138 (or 0x868138) is unknown color: approx Highball. HEX triplet: 86, 81 and 38. RGB value is (134,129,56). Sum of RGB (Red+Green+Blue) = 134+129+56=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #868138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868138 is #797EC7. Grayscale: #7A7A7A. Windows color (decimal): -7962312 or 3703174. OLE color: 3703174.

HSL color Cylindrical-coordinate representation of color #868138: hue angle of 56.15º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #868138 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB13412956-
CMYK00.040.580.47
HSL56.15º41.05%37.25%-
HSV(B)56.15º58.21%52.55%-
XYZ18.421.056.84-
YUV122.1790.66136.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 129 (50.78% from 255) = 40.44%
BLUE value IS 56 (22.27% from 255) = 17.55%
R=42.01%
G=40.44%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341295600.040.580.4756.1541.0537.25
Hex868138043A2F382925
Octal20620170047257705145
Binary10000110100000011110000100111010101111111000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868138; }

 p { color: rgb(134,129,56); }

 H1.HeaderClassName
 {
   color: #868138;
 }
 .AnyTagClassName
 {
   color: #868138;
 }
</style>
background-color css

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

 a { background-color: rgb(134,129,56); }

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

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

 span { border-color: rgb(134,129,56); }

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