#867E03

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

Shades of Olive #867E03

Tints of Olive #867E03

Color information

#867E03 (or 0x867E03) is unknown color: approx Olive. HEX triplet: 86, 7E and 03. RGB value is (134,126,3). Sum of RGB (Red+Green+Blue) = 134+126+3=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 126 (49.61% from 255 or 47.91% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #867E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867E03 is #7981FC. Grayscale: #727272. Windows color (decimal): -7963133 or 228998. OLE color: 228998.

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

Color convert

RGB1341263-
CMYK00.060.980.47
HSL56.34º95.62%26.86%-
HSV(B)56.34º97.76%52.55%-
XYZ17.31203.03-
YUV114.3765.15142-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 126 (49.61% from 255) = 47.91%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=50.95%
G=47.91%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134126300.060.980.4756.3495.6226.86
Hex867E306622F38601b
Octal206176306142577014033
Binary1000011011111101101101100010101111111000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867E03; }

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

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

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

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

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

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

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

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