#868407

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

Shades of Olive #868407

Tints of Olive #868407

Color information

#868407 (or 0x868407) is unknown color: approx Olive. HEX triplet: 86, 84 and 07. RGB value is (134,132,7). Sum of RGB (Red+Green+Blue) = 134+132+7=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #868407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868407 is #797BF8. Grayscale: #767676. Windows color (decimal): -7961593 or 492678. OLE color: 492678.

HSL color Cylindrical-coordinate representation of color #868407: hue angle of 59.06º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #868407 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB1341327-
CMYK00.010.950.47
HSL59.06º90.07%27.65%-
HSV(B)59.06º94.78%52.55%-
XYZ18.1221.593.41-
YUV118.3565.16139.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 132 (51.95% from 255) = 48.35%
BLUE value IS 7 (3.12% from 255) = 2.56%
R=49.08%
G=48.35%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134132700.010.950.4759.0690.0727.65
Hex86847015F2F3b5a1c
Octal206204701137577313234
Binary1000011010000100111011011111101111111011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868407; }

 p { color: rgb(134,132,7); }

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

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

 a { background-color: rgb(134,132,7); }

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

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

 span { border-color: rgb(134,132,7); }

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