#86890A

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

Shades of Olive #86890A

Tints of Olive #86890A

Color information

#86890A (or 0x86890A) is unknown color: approx Olive. HEX triplet: 86, 89 and 0A. RGB value is (134,137,10). Sum of RGB (Red+Green+Blue) = 134+137+10=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #86890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86890A is #7976F5. Grayscale: #7A7A7A. Windows color (decimal): -7960310 or 690566. OLE color: 690566.

HSL color Cylindrical-coordinate representation of color #86890A: hue angle of 61.42º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86890A is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB13413710-
CMYK0.0200.930.46
HSL61.42º86.39%28.82%-
HSV(B)61.42º92.7%53.73%-
XYZ18.8322.983.73-
YUV121.6265.01136.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 137 (53.91% from 255) = 48.75%
BLUE value IS 10 (4.30% from 255) = 3.56%
R=47.69%
G=48.75%
B=3.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134137100.0200.930.4661.4286.3928.82
Hex8689A205D2E3d561d
Octal2062111220135567512635
Binary100001101000100110101001011101101110111101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86890A; }

 p { color: rgb(134,137,10); }

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

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

 a { background-color: rgb(134,137,10); }

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

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

 span { border-color: rgb(134,137,10); }

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