#868A03

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

Shades of Olive #868A03

Tints of Olive #868A03

Color information

#868A03 (or 0x868A03) is unknown color: approx Olive. HEX triplet: 86, 8A and 03. RGB value is (134,138,3). Sum of RGB (Red+Green+Blue) = 134+138+3=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #868A03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868A03 is #7975FC. Grayscale: #797979. Windows color (decimal): -7960061 or 232070. OLE color: 232070.

HSL color Cylindrical-coordinate representation of color #868A03: hue angle of 61.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #868A03 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB1341383-
CMYK0.0300.980.46
HSL61.78º95.74%27.65%-
HSV(B)61.78º97.83%54.12%-
XYZ18.9423.253.58-
YUV121.4161.17136.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 138 (54.30% from 255) = 50.18%
BLUE value IS 3 (1.56% from 255) = 1.09%
R=48.73%
G=50.18%
B=1.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13413830.0300.980.4661.7895.7427.65
Hex868A330622E3e601c
Octal206212330142567614034
Binary1000011010001010111101100010101110111110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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