Html Css Color HEX #866A00 Olive

📋 copy color: '#866A00'

red 134 ◦ green 106 ◦ blue 0

#866A00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #866A00

Tints of Olive #866A00

RGB

 RED value IS 134 (52.73% from 255) = 55.83%

 GREEN value IS 106 (41.8% from 255) = 44.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.83%
G = 44.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#866A00 (or 0x866A00) is known color: Olive. HEX triplet: 86, 6A and 00. RGB value is (134,106,0). Sum of RGB (Red+Green+Blue) = 134+106+0=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #866A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866A00 is #7995FF. Grayscale: #666666. Windows color (decimal): -7968256 or 27270. OLE color: 27270.

HSL color Cylindrical-coordinate representation of color #866A00: hue angle of 47.46º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #866A00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 106 0 -
CMYK 0 0.21 1 0.47
HSL 47.46º 1% 0.26% -
HSV(B) 47.46º 1% 0.53% -
XYZ 14.99 15.38 2.18 -
YUV 102.29 70.28 150.62 -
System Red Green Blue C M Y K H S L
Decimal 134 106 0 0 0.21 1 0.47 47.46 1 0.26
Hex 86 6A 0 0 15 64 2F 2F 64 1A
Octal 206 152 0 0 25 144 57 57 144 32
Binary 10000110 1101010 0 0 10101 1100100 101111 101111 1100100 11010

Color Harmonies of #866A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866A00

Black with #866A00

Text Example


Text Example

White with #866A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866A00; }

 p { color: rgb(134,106,0); }

 H1.HeaderClassName
 {
   color: #866A00;
 }
 .AnyTagClassName
 {
   color: #866A00;
 }
</style>

background-color css

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

 a { background-color: rgb(134,106,0); }

 div.DivClassName
 {
   background-color: #866A00;
 }
 .BgClassName
 {
   background-color: #866A00;
 }
</style>

border-color css

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

 span { border-color: rgb(134,106,0); }

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