#868003

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

Shades of Olive #868003

Tints of Olive #868003

Color information

#868003 (or 0x868003) is unknown color: approx Olive. HEX triplet: 86, 80 and 03. RGB value is (134,128,3). Sum of RGB (Red+Green+Blue) = 134+128+3=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #868003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868003 is #797FFC. Grayscale: #747474. Windows color (decimal): -7962621 or 229510. OLE color: 229510.

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

Color convert

RGB1341283-
CMYK00.040.980.47
HSL57.25º95.62%26.86%-
HSV(B)57.25º97.76%52.55%-
XYZ17.5720.513.12-
YUV115.5464.49141.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 128 (50.39% from 255) = 48.30%
BLUE value IS 3 (1.56% from 255) = 1.13%
R=50.57%
G=48.30%
B=1.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134128300.040.980.4757.2595.6226.86
Hex8680304622F39601b
Octal206200304142577114033
Binary10000110100000001101001100010101111111001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868003; }

 p { color: rgb(134,128,3); }

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

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

 a { background-color: rgb(134,128,3); }

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

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

 span { border-color: rgb(134,128,3); }

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