#868803

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

Shades of Olive #868803

Tints of Olive #868803

Color information

#868803 (or 0x868803) is unknown color: approx Olive. HEX triplet: 86, 88 and 03. RGB value is (134,136,3). Sum of RGB (Red+Green+Blue) = 134+136+3=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #868803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868803 is #7977FC. Grayscale: #787878. Windows color (decimal): -7960573 or 231558. OLE color: 231558.

HSL color Cylindrical-coordinate representation of color #868803: hue angle of 60.9º 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 #868803 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB1341363-
CMYK0.0100.980.47
HSL60.9º95.68%27.25%-
HSV(B)60.9º97.79%53.33%-
XYZ18.6522.683.48-
YUV120.2461.84137.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 136 (53.52% from 255) = 49.82%
BLUE value IS 3 (1.56% from 255) = 1.10%
R=49.08%
G=49.82%
B=1.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413630.0100.980.4760.995.6827.25
Hex8688310622F3d601b
Octal206210310142577514033
Binary100001101000100011101100010101111111101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868803; }

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

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

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

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

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

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

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

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