#868002

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

Shades of Olive #868002

Tints of Olive #868002

Color information

#868002 (or 0x868002) is unknown color: approx Olive. HEX triplet: 86, 80 and 02. RGB value is (134,128,2). Sum of RGB (Red+Green+Blue) = 134+128+2=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #868002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868002 is #797FFD. Grayscale: #737373. Windows color (decimal): -7962622 or 163974. OLE color: 163974.

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

Color convert

RGB1341282-
CMYK00.040.990.47
HSL57.27º97.06%26.67%-
HSV(B)57.27º98.51%52.55%-
XYZ17.5620.513.09-
YUV115.4363.99141.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 128 (50.39% from 255) = 48.48%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=50.76%
G=48.48%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134128200.040.990.4757.2797.0626.67
Hex8680204632F39611b
Octal206200204143577114133
Binary10000110100000001001001100011101111111001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868002; }

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

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

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

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

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

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

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

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