#868948

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

Shades of Highball #868948

Tints of Highball #868948

Color information

#868948 (or 0x868948) is unknown color: approx Highball. HEX triplet: 86, 89 and 48. RGB value is (134,137,72). Sum of RGB (Red+Green+Blue) = 134+137+72=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #868948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868948 is #7976B7. Grayscale: #808080. Windows color (decimal): -7960248 or 4753798. OLE color: 4753798.

HSL color Cylindrical-coordinate representation of color #868948: hue angle of 62.77º degrees, saturation: 0.31, 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 #868948 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB13413772-
CMYK0.0200.470.46
HSL62.77º31.1%40.98%-
HSV(B)62.77º47.45%53.73%-
XYZ19.9523.439.6-
YUV128.6996.01131.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 137 (53.91% from 255) = 39.94%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=39.07%
G=39.94%
B=20.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134137720.0200.470.4662.7731.140.98
Hex868948202F2E3f1f29
Octal206211110205756773751
Binary1000011010001001100100010010111110111011111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868948; }

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

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

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

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

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

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

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

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