#868F03

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

Shades of Olive #868F03

Tints of Olive #868F03

Color information

#868F03 (or 0x868F03) is unknown color: approx Olive. HEX triplet: 86, 8F and 03. RGB value is (134,143,3). Sum of RGB (Red+Green+Blue) = 134+143+3=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 143 (56.25% from 255 or 51.07% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 143 - color contains mainly: green. Hex color #868F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868F03 is #7970FC. Grayscale: #7C7C7C. Windows color (decimal): -7958781 or 233350. OLE color: 233350.

HSL color Cylindrical-coordinate representation of color #868F03: hue angle of 63.86º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #868F03 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.

Color convert

RGB1341433-
CMYK0.0600.980.44
HSL63.86º95.89%28.63%-
HSV(B)63.86º97.9%56.08%-
XYZ19.6724.723.82-
YUV124.3559.52134.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 143 (56.25% from 255) = 51.07%
BLUE value IS 3 (1.56% from 255) = 1.07%
R=47.86%
G=51.07%
B=1.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13414330.0600.980.4463.8695.8928.63
Hex868F360622C40601d
Octal2062173601425410014035
Binary100001101000111111110011000101011001000000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868F03; }

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

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

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

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

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

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

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

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